NetAppExtensions.GetNetAppQuotaLimits 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 static Azure.Pageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem> GetNetAppQuotaLimits (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetNetAppQuotaLimits : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
<Extension()>
Public Function GetNetAppQuotaLimits (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetAppSubscriptionQuotaItem)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Der Name der Azure-Region.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der NetAppSubscriptionQuotaItem möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: