Package version:

Interface NetAppResourceQuotaLimits

Interface representing a NetAppResourceQuotaLimits.

interface NetAppResourceQuotaLimits {
    get(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams): Promise<SubscriptionQuotaItem>;
    list(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams): PagedAsyncIterableIterator<SubscriptionQuotaItem>;
}

Methods

Methods