次の方法で共有


LoadTestingExtensions.GetLoadTestingQuotaAsync メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Azure リージョンの名前。

quotaBucketName
String

クォータ バケット名。

cancellationToken
CancellationToken

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

戻り値

例外

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

quotaBucketName が null です。

適用対象