共用方式為


AccountQuotasOperations interface

代表 AccountQuotas 作業的介面。

屬性

get

依帳戶的名稱取得配額。

listByAccount

列出指定帳戶的配額。

屬性詳細資料

get

依帳戶的名稱取得配額。

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

屬性值

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

listByAccount

列出指定帳戶的配額。

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

屬性值

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