Compartilhar via


NetAppResourceQuotaLimits interface

Interface que representa um NetAppResourceQuotaLimits.

Métodos

get(string, string, NetAppResourceQuotaLimitsGetOptionalParams)

Obter o limite de cota de assinatura padrão e atual

list(string, NetAppResourceQuotaLimitsListOptionalParams)

Obter os limites padrão e atuais para cotas

Detalhes do método

get(string, string, NetAppResourceQuotaLimitsGetOptionalParams)

Obter o limite de cota de assinatura padrão e atual

function get(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams): Promise<SubscriptionQuotaItem>

Parâmetros

location

string

O nome da região do Azure.

quotaLimitName

string

O nome do Limite de Cota

options
NetAppResourceQuotaLimitsGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, NetAppResourceQuotaLimitsListOptionalParams)

Obter os limites padrão e atuais para cotas

function list(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams): PagedAsyncIterableIterator<SubscriptionQuotaItem, SubscriptionQuotaItem[], PageSettings>

Parâmetros

location

string

O nome da região do Azure.

options
NetAppResourceQuotaLimitsListOptionalParams

Os parâmetros de opções.

Retornos