次の方法で共有


QuotaExtensions.GetCurrentQuotaLimitBaseAsync メソッド

定義

リソースのクォータ制限を取得します。 応答を使用して残りのクォータを決定し、PUT 要求で送信できる新しいクォータ制限を計算できます。

  • 要求パス/{scope}/providers/Microsoft.Quota/quotas/{resourceName}
  • 操作IdQuota_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.CurrentQuotaLimitBaseResource>> GetCurrentQuotaLimitBaseAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetCurrentQuotaLimitBaseAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.CurrentQuotaLimitBaseResource>>
<Extension()>
Public Function GetCurrentQuotaLimitBaseAsync (client As ArmClient, scope As ResourceIdentifier, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CurrentQuotaLimitBaseResource))

パラメーター

client
ArmClient

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

scope
ResourceIdentifier

リソースが適用されるスコープ。

resourceName
String

特定のリソース プロバイダーのリソース名。 次に例を示します。

  • Microsoft.Compute の SKU 名
  • Microsoft.Network PublicIPAddresses の場合は、MICROSOFT.MachineLearningServices の SKU または TotalLowPriorityCores。
cancellationToken
CancellationToken

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

戻り値

例外

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

resourceName が null です。

適用対象