NetAppExtensions.GetNetAppQuotaLimits Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.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)
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 samling av NetAppSubscriptionQuotaItem som kan ta flera tjänstbegäranden att iterera över.