IBatchManagementClient.Subscriptions Property

 

Operations for managing Batch service properties at the subscription level.

Namespace:   Microsoft.Azure.Management.Batch
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

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

Property Value

Type: Microsoft.Azure.Management.Batch.ISubscriptionOperations

See Also

IBatchManagementClient Interface
Microsoft.Azure.Management.Batch Namespace

Return to top