Dela via


NetAppExtensions.GetNetAppQuotaLimitsAsync Metod

Definition

Hämta standard- och aktuella gränser för kvoter

  • Sökväg/prenumerationer/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • Åtgärd 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)

Parametrar

subscriptionResource
SubscriptionResource

Den SubscriptionResource instans som metoden körs mot.

location
AzureLocation

Namnet på Azure-regionen.

cancellationToken
CancellationToken

Den annulleringstoken som ska användas.

Returer

En asynkron samling av NetAppSubscriptionQuotaItem som kan ta flera tjänstbegäranden att iterera över.

Gäller för