Click or drag to resize

IWsEndUserGetPurchasedPrivateCloudDetails Method

The method allows to recover details of privateCloud purchased by the user.

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<PrivateCloudEntityDetails> GetPurchasedPrivateCloudDetails(
	int privateCloudID
)

Parameters

privateCloudID
Type: SystemInt32

Return Value

Type: WsResultPrivateCloudEntityDetails
Private Cloud purchased
Remarks
The WsEndUser authenticates the user and retrieves the wcfPlatform that retrieves details of privateCloud in input.
See Also