Delen via


LocationOperationsExtensions.GetQuotasAsync Methode

Definitie

Haalt de Batch-servicequota op voor het opgegeven abonnement op de opgegeven locatie.

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)

Parameters

operations
ILocationOperations

De bewerkingsgroep voor deze extensiemethode.

locationName
String

De regio waarvoor batchservicequota moeten worden opgehaald.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op