NetAppExtensions.GetNetAppQuotaLimitAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen des Standard- und aktuellen Abonnementkontingentlimits
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
- Vorgangs-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))
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- location
- AzureLocation
Der Name der Azure-Region.
- quotaLimitName
- String
Der Name des Kontingentlimits.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
quotaLimitName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
quotaLimitName
ist NULL.