LocationOperationsExtensions.GetQuotasAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定位置上指定訂用帳戶的 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
取消語彙基元。