次の方法で共有


MockableNetAppSubscriptionResource.GetNetAppQuotaLimitAsync メソッド

定義

既定と現在のサブスクリプション クォータ制限を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • 操作IdNetAppResourceQuotaLimits_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>> GetNetAppQuotaLimitAsync (Azure.Core.AzureLocation location, string quotaLimitName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetAppQuotaLimitAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>>
override this.GetNetAppQuotaLimitAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>>
Public Overridable Function GetNetAppQuotaLimitAsync (location As AzureLocation, quotaLimitName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetAppSubscriptionQuotaItem))

パラメーター

location
AzureLocation

Azure リージョンの名前。

quotaLimitName
String

クォータ制限の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

quotaLimitName が null です。

適用対象