SubscriptionOperationsExtensions Class

 

Extension methods for SubscriptionOperations.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Batch.SubscriptionOperationsExtensions

Syntax

public static class SubscriptionOperationsExtensions
[ExtensionAttribute]
public ref class SubscriptionOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SubscriptionOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class SubscriptionOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetSubscriptionQuotas(ISubscriptionOperations, String)

Gets the Batch service quotas for the specified suscription.

System_CAPS_pubmethodSystem_CAPS_static GetSubscriptionQuotasAsync(ISubscriptionOperations, String, CancellationToken)

Gets the Batch service quotas for the specified suscription.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.Batch Namespace

Return to top