NetAppResourceQuotaLimitsAccountOperations interface
Schnittstelle, die einen NetAppResourceQuotaLimitsAccount-Vorgang darstellt.
Eigenschaften
| get | Abrufen des standardmäßigen, aktuellen und nutzungsbedingten Kontokontingents |
| list | Ruft eine Liste der Kontingentgrenzen für alle Kontingente ab, die sich im Konto befinden. Derzeit ist PoolsPerAccount der einzige. |
Details zur Eigenschaft
get
Abrufen des standardmäßigen, aktuellen und nutzungsbedingten Kontokontingents
get: (resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>
Eigenschaftswert
(resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>
list
Ruft eine Liste der Kontingentgrenzen für alle Kontingente ab, die sich im Konto befinden. Derzeit ist PoolsPerAccount der einzige.
list: (resourceGroupName: string, accountName: string, options?: NetAppResourceQuotaLimitsAccountListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, accountName: string, options?: NetAppResourceQuotaLimitsAccountListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>