NetAppResourceQuotaLimitsOperations interface
Interface die een NetAppResourceQuotaLimits-bewerking vertegenwoordigt.
Eigenschappen
| get | De standaard- en huidige quotumlimiet ophalen |
| list | De standaard- en huidige limieten voor quota ophalen |
Eigenschapdetails
get
De standaard- en huidige quotumlimiet ophalen
get: (location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
Waarde van eigenschap
(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
list
De standaard- en huidige limieten voor quota ophalen
list: (location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Waarde van eigenschap
(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>