Delen via


NetAppExtensions.GetNetAppQuotaLimitAsync Methode

Definitie

De standaard- en huidige quotumlimiet voor abonnementen ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • Bewerkings-IdNetAppResourceQuotaLimits_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>> GetNetAppQuotaLimitAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string quotaLimitName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetAppQuotaLimitAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>>
<Extension()>
Public Function GetNetAppQuotaLimitAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, quotaLimitName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetAppSubscriptionQuotaItem))

Parameters

subscriptionResource
SubscriptionResource

Het SubscriptionResource exemplaar waarop de methode wordt uitgevoerd.

location
AzureLocation

De naam van de Azure-regio.

quotaLimitName
String

De naam van de quotumlimiet.

cancellationToken
CancellationToken

Het annuleringstoken dat moet worden gebruikt.

Retouren

Uitzonderingen

quotaLimitName is een lege tekenreeks die naar verwachting niet leeg is.

quotaLimitName is null.

Van toepassing op