Condividi tramite


LocationOperationsExtensions.GetQuotasAsync Metodo

Definizione

Ottiene le quote del servizio Batch per la sottoscrizione specificata nel percorso specificato.

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)

Parametri

operations
ILocationOperations

Gruppo di operazioni per questo metodo di estensione.

locationName
String

Area per cui recuperare le quote del servizio Batch.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a