共用方式為


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

取消語彙基元。

傳回

適用於