Udostępnij za pośrednictwem


ISubscriptionOperations.ListAsync(CancellationToken) Method

Definition

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

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

A standard service response including an HTTP status code and request ID.

Applies to