Click or drag to resize

IWsEndUserGetSharedStoragePricingTypes Method

This method returns the infos about a Unified Storage pricing type

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
WsResult<List<SharedStorageResourcesProduct>> GetSharedStoragePricingTypes(
	string type,
	Nullable<bool> includeUnavailable
)

Parameters

type
Type: SystemString
The type of the pricing type For the list of possible values see SharedStorageTypes
includeUnavailable
Type: SystemNullableBoolean

Return Value

Type: WsResultListSharedStorageResourcesProduct
The infos about a Unified Storage pricing type
See Also