NetAppResourceQuotaLimitsAccountOperations interface
代表NetAppResourceQuotaLimitsAccount作業的介面。
屬性詳細資料
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>