Compartilhar via


LocationOperationsExtensions.GetQuotasAsync Método

Definição

Obtém as cotas de serviço do Lote para a assinatura especificada no local especificado.

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)

Parâmetros

operations
ILocationOperations

O grupo de operações para esse método de extensão.

locationName
String

A região para a qual recuperar cotas de serviço do Lote.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a