NetAppResourceQuotaLimitsOperations interface
NetAppResourceQuotaLimits işlemlerini temsil eden arabirim.
Özellikler
| get | Varsayılan ve geçerli kota sınırını alma |
| list | Kotalar için varsayılan ve geçerli sınırları alma |
Özellik Ayrıntıları
get
Varsayılan ve geçerli kota sınırını alma
get: (location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
Özellik Değeri
(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>
list
Kotalar için varsayılan ve geçerli sınırları alma
list: (location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Özellik Değeri
(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>