SubscriptionOperationsExtensions.GetAsync Method (ISubscriptionOperations)
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
public static Task<SubscriptionGetResponse> GetAsync(
this ISubscriptionOperations operations
)
public:
[ExtensionAttribute]
static Task<SubscriptionGetResponse^>^ GetAsync(
ISubscriptionOperations^ operations
)
static member GetAsync :
operations:ISubscriptionOperations -> Task<SubscriptionGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As ISubscriptionOperations
) As Task(Of SubscriptionGetResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.ISubscriptionOperationsThe ISubscriptionOperations object that defines subscription operations.
Return Value
Type: System.Threading.Tasks.Task<SubscriptionGetResponse>
An SubscriptionGetResponse object that contains information about the subscription.
Remarks
For more information about retrieving subscription information, see the following resources:
See Also
SubscriptionOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace
Return to top