ISubscriptionOperations.GetSubscriptionQuotasAsync Method (String, CancellationToken)

 

The Get Subscription Quotas operation returns the quotas of the subscription in the Batch service.

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

Syntax

Task<SubscriptionQuotasGetResponse> GetSubscriptionQuotasAsync(
    string locationName,
    CancellationToken cancellationToken
)
Task<SubscriptionQuotasGetResponse^>^ GetSubscriptionQuotasAsync(
    String^ locationName,
    CancellationToken cancellationToken
)
abstract GetSubscriptionQuotasAsync : 
        locationName:string *
        cancellationToken:CancellationToken -> Task<SubscriptionQuotasGetResponse>
Function GetSubscriptionQuotasAsync (
    locationName As String,
    cancellationToken As CancellationToken
) As Task(Of SubscriptionQuotasGetResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<SubscriptionQuotasGetResponse>

Values returned by the Get Subscription Quotas operation.

See Also

ISubscriptionOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top