Compartir a través de


LocationOperationsExtensions.GetQuotasAsync Método

Definición

Obtiene las cuotas de servicio de Batch para la suscripción especificada en la ubicación especificada.

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

Grupo de operaciones para este método de extensión.

locationName
String

Región para la que se van a recuperar las cuotas del servicio Batch.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a