Freigeben über


LocationOperationsExtensions.GetQuotasAsync Methode

Definition

Ruft die Batch-Dienstkontingente für das angegebene Abonnement am angegebenen Speicherort ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.BatchLocationQuota> GetQuotasAsync (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, System.Threading.CancellationToken cancellationToken = default);
static member GetQuotasAsync : Microsoft.Azure.Management.Batch.ILocationOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.BatchLocationQuota>
<Extension()>
Public Function GetQuotasAsync (operations As ILocationOperations, locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BatchLocationQuota)

Parameter

operations
ILocationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

Die Region, für die Batch-Dienstkontingente abgerufen werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: