Freigeben über


ElasticAccountsOperations interface

Schnittstelle, die eine ElasticAccounts-Operation darstellt.

Eigenschaften

createOrUpdate

Erstellen oder aktualisieren Sie das angegebene NetApp Elastic Account innerhalb der Ressourcengruppe

delete
get

Holen Sie sich das NetApp Elastic Account

listByResourceGroup

Listen Sie alle NetApp Elastic Accounts in der Ressourcengruppe auf, und beschreiben Sie sie.

listBySubscription

Listen Sie alle NetApp Elastic Accounts im Abonnement auf und beschreiben Sie sie.

update

Patchen Sie das angegebene NetApp Elastic Account.

Details zur Eigenschaft

createOrUpdate

Erstellen oder aktualisieren Sie das angegebene NetApp Elastic Account innerhalb der Ressourcengruppe

createOrUpdate: (resourceGroupName: string, accountName: string, body: ElasticAccount, options?: ElasticAccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>

Eigenschaftswert

(resourceGroupName: string, accountName: string, body: ElasticAccount, options?: ElasticAccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>

delete

delete: (resourceGroupName: string, accountName: string, options?: ElasticAccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, accountName: string, options?: ElasticAccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Holen Sie sich das NetApp Elastic Account

get: (resourceGroupName: string, accountName: string, options?: ElasticAccountsGetOptionalParams) => Promise<ElasticAccount>

Eigenschaftswert

(resourceGroupName: string, accountName: string, options?: ElasticAccountsGetOptionalParams) => Promise<ElasticAccount>

listByResourceGroup

Listen Sie alle NetApp Elastic Accounts in der Ressourcengruppe auf, und beschreiben Sie sie.

listByResourceGroup: (resourceGroupName: string, options?: ElasticAccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ElasticAccount, ElasticAccount[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, options?: ElasticAccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ElasticAccount, ElasticAccount[], PageSettings>

listBySubscription

Listen Sie alle NetApp Elastic Accounts im Abonnement auf und beschreiben Sie sie.

listBySubscription: (options?: ElasticAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ElasticAccount, ElasticAccount[], PageSettings>

Eigenschaftswert

(options?: ElasticAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ElasticAccount, ElasticAccount[], PageSettings>

update

Patchen Sie das angegebene NetApp Elastic Account.

update: (resourceGroupName: string, accountName: string, body: ElasticAccountUpdate, options?: ElasticAccountsUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>

Eigenschaftswert

(resourceGroupName: string, accountName: string, body: ElasticAccountUpdate, options?: ElasticAccountsUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>