IWsCommonGetCloudServices Method
|
This method retrieves all active services for authenticated user
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<PagedList<CloudServiceInfo>> GetCloudServices(
Pagination paging
)
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetCloudServices (
paging As Pagination
) As WsResult(Of PagedList(Of CloudServiceInfo))
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<PagedList<CloudServiceInfo^>^>^ GetCloudServices(
Pagination^ paging
)
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetCloudServices :
paging : Pagination -> WsResult<PagedList<CloudServiceInfo>>
function GetCloudServices(
paging : Pagination
) : WsResult<PagedList<CloudServiceInfo>>
Parameters
- paging
- Type: Pagination
Return Value
Type:
WsResultPagedListCloudServiceInfo
See Also