通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetAppResourceQuotaLimitsAccountOperations interface

表示 NetAppResourceQuotaLimitsAccount作的接口。

属性

get

获取默认、当前和使用情况帐户配额限制

list

获取帐户下所有配额的配额限制列表。 目前,PoolsPerAccount 是唯一的。

属性详细信息

get

获取默认、当前和使用情况帐户配额限制

get: (resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>

属性值

(resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>

list

获取帐户下所有配额的配额限制列表。 目前,PoolsPerAccount 是唯一的。

list: (resourceGroupName: string, accountName: string, options?: NetAppResourceQuotaLimitsAccountListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>

属性值

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