Udostępnij za pośrednictwem


ICloudServiceOperations.ListAsync(CancellationToken) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of CloudServiceListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The response structure for the Cloud Service List operation.

Applies to