다음을 통해 공유


LocationOperationsExtensions.GetQuotasAsync 메서드

정의

지정된 위치에서 지정된 구독에 대한 Batch 서비스 할당량을 가져옵니다.

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

Batch 서비스 할당량을 검색할 지역입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상