NetAppResourceQuotaLimitsAccountOperations interface
NetAppResourceQuotaLimitsAccount işlemlerini temsil eden arabirim.
Özellikler
| get | Varsayılan, geçerli ve kullanımlar hesabı kota sınırını alma |
| list | Hesaba katılan tüm kotalar için kota sınırlarının listesini alır. Şu anda PoolsPerAccount tek olanıdır. |
Özellik Ayrıntıları
get
Varsayılan, geçerli ve kullanımlar hesabı kota sınırını alma
get: (resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>
Özellik Değeri
(resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>
list
Hesaba katılan tüm kotalar için kota sınırlarının listesini alır. Şu anda PoolsPerAccount tek olanıdır.
list: (resourceGroupName: string, accountName: string, options?: NetAppResourceQuotaLimitsAccountListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Özellik Değeri
(resourceGroupName: string, accountName: string, options?: NetAppResourceQuotaLimitsAccountListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>