Método ISubscriptionOperations.GetAsync (CancellationToken)
Retorna informações de alocação de contas e recursos para a assinatura especificada de maneira assíncrona.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (em Microsoft.WindowsAzure.Management.dll)
Sintaxe
Task<SubscriptionGetResponse> GetAsync(
CancellationToken cancellationToken
)
Task<SubscriptionGetResponse^>^ GetAsync(
CancellationToken cancellationToken
)
abstract GetAsync :
cancellationToken:CancellationToken -> Task<SubscriptionGetResponse>
Function GetAsync (
cancellationToken As CancellationToken
) As Task(Of SubscriptionGetResponse)
Parâmetros
cancellationToken
Type: System.Threading.CancellationTokenO token de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<SubscriptionGetResponse>
Uma SubscriptionGetResponse objeto que contém informações sobre a assinatura.
Consulte também
Interface ISubscriptionOperations
Namespace Microsoft.WindowsAzure.Management
Retornar ao topo