SubscriptionOperationsExtensions::Get Method (ISubscriptionOperations^)

 

Returns account and resource allocation information for the specified subscription.

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

public:
[ExtensionAttribute]
static SubscriptionGetResponse^ Get(
	ISubscriptionOperations^ operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management::ISubscriptionOperations^

The ISubscriptionOperations object that defines subscription operations.

Return Value

Type: Microsoft.WindowsAzure.Management.Models::SubscriptionGetResponse^

An SubscriptionGetResponse object that contains information about the subscription.

For more information about retrieving subscription information, see the following resources:

Return to top
Show: