NetAppResourceQuotaLimitsOperations interface
Interfaz que representa una operación NetAppResourceQuotaLimits.
Propiedades
| get | Obtener el límite de cuota predeterminado y actual |
| list | Obtener los límites predeterminados y actuales de las cuotas |
Detalles de las propiedades
get
Obtener el límite de cuota predeterminado y actual
get: (location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
Valor de propiedad
(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
list
Obtener los límites predeterminados y actuales de las cuotas
list: (location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Valor de propiedad
(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>