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>