Compartir a través de


MockableNetAppSubscriptionResource.GetNetAppQuotaLimitAsync Método

Definición

Obtención del límite de cuota de suscripción predeterminado y actual

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • IdNetAppResourceQuotaLimits_Get de operaciones
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>> GetNetAppQuotaLimitAsync (Azure.Core.AzureLocation location, string quotaLimitName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetAppQuotaLimitAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>>
override this.GetNetAppQuotaLimitAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>>
Public Overridable Function GetNetAppQuotaLimitAsync (location As AzureLocation, quotaLimitName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetAppSubscriptionQuotaItem))

Parámetros

location
AzureLocation

Nombre de la región de Azure.

quotaLimitName
String

Nombre del límite de cuota.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

quotaLimitName es una cadena vacía y se esperaba que no estuviera vacía.

quotaLimitName es null.

Se aplica a