Freigeben über


MockableNetAppSubscriptionResource.GetNetAppQuotaLimitsAsync Methode

Definition

Abrufen der Standard- und aktuellen Grenzwerte für Kontingente

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • Vorgang IdNetAppResourceQuotaLimits_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem> GetNetAppQuotaLimitsAsync (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetAppQuotaLimitsAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
override this.GetNetAppQuotaLimitsAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
Public Overridable Function GetNetAppQuotaLimitsAsync (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppSubscriptionQuotaItem)

Parameter

location
AzureLocation

Der Name der Azure-Region.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der NetAppSubscriptionQuotaItem mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: