Share via


NetAppResourceQuotaLimitsOperations interface

Interface representing a NetAppResourceQuotaLimits operations.

Properties

get

Get the default and current quota limit

list

Get the default and current limits for quotas

Property Details

get

Get the default and current quota limit

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

Property Value

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

list

Get the default and current limits for quotas

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

Property Value

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