ISubscriptionOperations Interface

 

SubscriptionOperations operations.

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

Syntax

public interface ISubscriptionOperations
public interface class ISubscriptionOperations
type ISubscriptionOperations = interface end
Public Interface ISubscriptionOperations

Methods

Name Description
System_CAPS_pubmethod GetSubscriptionQuotasWithHttpMessagesAsync(String, Dictionary<String, List<String>>, CancellationToken)

Gets the Batch service quotas for the specified suscription.

Extension Methods

Name Description
System_CAPS_pubmethod GetSubscriptionQuotas(String)

Gets the Batch service quotas for the specified suscription. (Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod GetSubscriptionQuotasAsync(String, CancellationToken)

Gets the Batch service quotas for the specified suscription. (Defined by SubscriptionOperationsExtensions.)

See Also

Microsoft.Azure.Management.Batch Namespace

Return to top