NetAppResourceQuotaLimitsOperations interface
Interface que representa uma operação NetAppResourceQuotaLimits.
Propriedades
| get | Obter o limite de cota padrão e atual |
| list | Obter os limites padrão e atual para cotas |
Detalhes da Propriedade
get
Obter o limite de cota padrão e atual
get: (location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
Valor da Propriedade
(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
list
Obter os limites padrão e atual para cotas
list: (location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Valor da Propriedade
(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>