Delen via


NetAppExtensions.GetNetAppQuotaLimitsAsync Methode

Definitie

De standaard- en huidige limieten voor quota ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • Bewerkings IdNetAppResourceQuotaLimits_List
public static Azure.AsyncPageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem> GetNetAppQuotaLimitsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetNetAppQuotaLimitsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
<Extension()>
Public Function GetNetAppQuotaLimitsAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppSubscriptionQuotaItem)

Parameters

subscriptionResource
SubscriptionResource

Het SubscriptionResource exemplaar waarop de methode wordt uitgevoerd.

location
AzureLocation

De naam van de Azure-regio.

cancellationToken
CancellationToken

Het annuleringstoken dat moet worden gebruikt.

Retouren

Een asynchrone verzameling van NetAppSubscriptionQuotaItem die meerdere serviceaanvragen kan vereisen om te herhalen.

Van toepassing op