次の方法で共有


BatchExtensions.GetBatchQuotasAsync メソッド

定義

指定した場所にある指定したサブスクリプションの Batch サービス クォータを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas
  • 操作IdLocation_GetQuotas
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.Models.BatchLocationQuota>> GetBatchQuotasAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchQuotasAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.Models.BatchLocationQuota>>
<Extension()>
Public Function GetBatchQuotasAsync (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchLocationQuota))

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

locationName
AzureLocation

Batch サービス クォータを取得するリージョン。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象