NetAppExtensions.GetNetAppQuotaLimits Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
De standaard- en huidige limieten voor quota ophalen
- Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
- Bewerkings 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)
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 verzameling van NetAppSubscriptionQuotaItem die meerdere serviceaanvragen kan vereisen om te worden herhaald.