次の方法で共有


LoadTestingQuotaResource.CheckLoadTestingQuotaAvailability メソッド

定義

サブスクリプションごとのリージョンあたりのクォータ バケットのクォータの可用性を確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}/checkAvailability
  • 操作IdQuotas_CheckAvailability
public virtual Azure.Response<Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaAvailabilityResult> CheckLoadTestingQuotaAvailability (Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckLoadTestingQuotaAvailability : Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaAvailabilityResult>
override this.CheckLoadTestingQuotaAvailability : Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaBucketContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LoadTesting.Models.LoadTestingQuotaAvailabilityResult>
Public Overridable Function CheckLoadTestingQuotaAvailability (content As LoadTestingQuotaBucketContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LoadTestingQuotaAvailabilityResult)

パラメーター

content
LoadTestingQuotaBucketContent

クォータ バケット要求データ。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象