NetAppExtensions.GetNetAppQuotaLimitAsync 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 quotumlimiet voor abonnementen ophalen
- Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
- Bewerkings-IdNetAppResourceQuotaLimits_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>> GetNetAppQuotaLimitAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string quotaLimitName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetAppQuotaLimitAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>>
<Extension()>
Public Function GetNetAppQuotaLimitAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, quotaLimitName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetAppSubscriptionQuotaItem))
Parameters
- subscriptionResource
- SubscriptionResource
Het SubscriptionResource exemplaar waarop de methode wordt uitgevoerd.
- location
- AzureLocation
De naam van de Azure-regio.
- quotaLimitName
- String
De naam van de quotumlimiet.
- cancellationToken
- CancellationToken
Het annuleringstoken dat moet worden gebruikt.
Retouren
Uitzonderingen
quotaLimitName
is een lege tekenreeks die naar verwachting niet leeg is.
quotaLimitName
is null.