MockableNetAppSubscriptionResource.GetNetAppQuotaLimit Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter o limite de cota de assinatura padrão e atual
- Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
- Operação IdNetAppResourceQuotaLimits_Get
public virtual Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem> GetNetAppQuotaLimit (Azure.Core.AzureLocation location, string quotaLimitName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetAppQuotaLimit : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
override this.GetNetAppQuotaLimit : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
Public Overridable Function GetNetAppQuotaLimit (location As AzureLocation, quotaLimitName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetAppSubscriptionQuotaItem)
Parâmetros
- location
- AzureLocation
O nome da região do Azure.
- quotaLimitName
- String
O nome do Limite de Cota.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
quotaLimitName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
quotaLimitName
é nulo.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET