次の方法で共有


BatchExtensions.GetBatchQuotas メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

locationName
AzureLocation

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

cancellationToken
CancellationToken

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

戻り値

適用対象