IManagementClient.Subscriptions Property

 

Gets the operations for listing subscription information.

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

Syntax

ISubscriptionOperations Subscriptions { get; }
property ISubscriptionOperations^ Subscriptions {
    ISubscriptionOperations^ get();
}
abstract Subscriptions : ISubscriptionOperations with get
ReadOnly Property Subscriptions As ISubscriptionOperations

Property Value

Type: Microsoft.WindowsAzure.Management.ISubscriptionOperations

The operations for listing subscription information.

Remarks

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

See Also

IManagementClient Interface
Microsoft.WindowsAzure.Management Namespace

Return to top