Partager via


BatchExtensions.GetBatchQuotasAsync Méthode

Définition

Obtient les quotas de service Batch pour l’abonnement spécifié à l’emplacement donné.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas
  • IdLocation_GetQuotas d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.Models.BatchLocationQuota>> GetBatchQuotasAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchQuotasAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.Models.BatchLocationQuota>>
<Extension()>
Public Function GetBatchQuotasAsync (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchLocationQuota))

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

locationName
AzureLocation

Région pour laquelle récupérer les quotas de service Batch.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à