ISubscriptionOperations.GetAsync Method (CancellationToken)
Asynchronously returns account and resource allocation information for the specified subscription.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
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)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<SubscriptionGetResponse>
An SubscriptionGetResponse object that contains information about the subscription.
See Also
ISubscriptionOperations Interface
Microsoft.WindowsAzure.Management Namespace
Return to top