AccountQuotasOperations interface

Interface representing a AccountQuotas operations.

Properties

get

Get quota by name for an account.

listByAccount

List quotas for a given account.

Property Details

get

Get quota by name for an account.

get: (resourceGroupName: string, accountName: string, quotaName: string, options?: AccountQuotasGetOptionalParams) => Promise<AccountQuota>

Property Value

(resourceGroupName: string, accountName: string, quotaName: string, options?: AccountQuotasGetOptionalParams) => Promise<AccountQuota>

listByAccount

List quotas for a given account.

listByAccount: (resourceGroupName: string, accountName: string, options?: AccountQuotasListByAccountOptionalParams) => PagedAsyncIterableIterator<AccountQuota, AccountQuota[], PageSettings>

Property Value

(resourceGroupName: string, accountName: string, options?: AccountQuotasListByAccountOptionalParams) => PagedAsyncIterableIterator<AccountQuota, AccountQuota[], PageSettings>