Share via


ISubscriptionOperations.ListAsync Method (CancellationToken)

 

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

Syntax

Task<SubscriptionListOperationResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<SubscriptionListOperationResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<SubscriptionListOperationResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) As Task(Of SubscriptionListOperationResponse)

Parameters

Return Value

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

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

See Also

ISubscriptionOperations Interface
Microsoft.WindowsAzure.Subscriptions Namespace

Return to top