Partager via


NetAppExtensions.GetNetAppQuotaLimitAsync Méthode

Définition

Obtenir la limite de quota d’abonnement par défaut et actuelle

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • IdNetAppResourceQuotaLimits_Get d’opération
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))

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

location
AzureLocation

Nom de la région Azure.

quotaLimitName
String

Nom de la limite de quota.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

quotaLimitName est une chaîne vide et devait être non vide.

quotaLimitName a la valeur null.

S’applique à