LocationOperationsExtensions.GetQuotas(ILocationOperations, String) Method

Definition

Gets the Batch service quotas for the specified subscription at the given location.

public static Microsoft.Azure.Management.Batch.Models.BatchLocationQuota GetQuotas (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName);
static member GetQuotas : Microsoft.Azure.Management.Batch.ILocationOperations * string -> Microsoft.Azure.Management.Batch.Models.BatchLocationQuota
<Extension()>
Public Function GetQuotas (operations As ILocationOperations, locationName As String) As BatchLocationQuota

Parameters

operations
ILocationOperations

The operations group for this extension method.

locationName
String

The region for which to retrieve Batch service quotas.

Returns

Applies to