Поделиться через


LocationOperationsExtensions.GetQuotasAsync Метод

Определение

Возвращает квоты пакетной службы для указанной подписки в заданном расположении.

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)

Параметры

operations
ILocationOperations

Группа операций для этого метода расширения.

locationName
String

Регион, для которого требуется получить квоты пакетной службы.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Применяется к