次の方法で共有


LoadTestingExtensions.GetLoadTestingQuota メソッド

定義

サブスクリプションあたりのリージョンあたりのクォータ バケットに対して使用可能なクォータを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • 操作IdQuotas_Get
public static Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource> GetLoadTestingQuota (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string quotaBucketName, System.Threading.CancellationToken cancellationToken = default);
static member GetLoadTestingQuota : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource>
<Extension()>
Public Function GetLoadTestingQuota (subscriptionResource As SubscriptionResource, location As AzureLocation, quotaBucketName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LoadTestingQuotaResource)

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Azure リージョンの名前。

quotaBucketName
String

クォータ バケット名。

cancellationToken
CancellationToken

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

戻り値

例外

quotaBucketName は空の文字列であり、空でないと想定されていました。

quotaBucketName が null です。

適用対象