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 atuais 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 atuais para cotas
list: (location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Valor da propriedade
(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>