SubscriptionOperationsExtensions.GetAsync Method (ISubscriptionOperations)
Asynchronously returns account and resource allocation information for the specified subscription.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
public static Task<SubscriptionGetResponse> GetAsync( this ISubscriptionOperations operations )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.ISubscriptionOperations
The ISubscriptionOperations object that defines subscription operations.
Return Value
Type: System.Threading.Tasks.Task<SubscriptionGetResponse>An SubscriptionGetResponse object that contains information about the subscription.
For more information about retrieving subscription information, see the following resources:
Show: