BatchExtensions.GetBatchQuotas Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Batch-Dienstkontingente für das angegebene Abonnement am angegebenen Speicherort ab.
- Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas
- Vorgangs-IdLocation_GetQuotas
public static Azure.Response<Azure.ResourceManager.Batch.Models.BatchLocationQuota> GetBatchQuotas (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchQuotas : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.Models.BatchLocationQuota>
<Extension()>
Public Function GetBatchQuotas (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchLocationQuota)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- locationName
- AzureLocation
Die Region, für die Batch-Dienstkontingente abgerufen werden sollen.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.