Share via


CloudServiceOperationsExtensions.ListAsync Method (ICloudServiceOperations)

 

The List Cloud Services operation enumerates services that are provisioned for a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public static Task<CloudServiceListResponse> ListAsync(
    this ICloudServiceOperations operations
)
public:
[ExtensionAttribute]
static Task<CloudServiceListResponse^>^ ListAsync(
    ICloudServiceOperations^ operations
)
static member ListAsync : 
        operations:ICloudServiceOperations -> Task<CloudServiceListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As ICloudServiceOperations
) As Task(Of CloudServiceListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<CloudServiceListResponse>

The response structure for the Cloud Service List operation.

See Also

CloudServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top