Freigeben über


NetAppResourceQuotaLimitsOperations interface

Schnittstelle, die eine NetAppResourceQuotaLimits-Operation darstellt.

Eigenschaften

get

Abrufen des standardmäßigen und aktuellen Kontingentlimits

list

Abrufen der standardmäßigen und aktuellen Grenzwerte für Kontingente

Details zur Eigenschaft

get

Abrufen des standardmäßigen und aktuellen Kontingentlimits

get: (location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>

Eigenschaftswert

(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>

list

Abrufen der standardmäßigen und aktuellen Grenzwerte für Kontingente

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

Eigenschaftswert

(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>