Delen via


ElasticAccountsOperations interface

Interface die een ElasticAccounts-operatie vertegenwoordigt.

Eigenschappen

createOrUpdate

Maak of update het opgegeven NetApp Elastic-account binnen de resourcegroep

delete
get

Koop het NetApp Elastic-account

listByResourceGroup

Maak een lijst en beschrijf alle elastische NetApp-accounts in de resourcegroep.

listBySubscription

Maak een lijst en beschrijf alle elastische NetApp-accounts in het abonnement.

update

Het opgegeven NetApp Elastic-account patchen

Eigenschapdetails

createOrUpdate

Maak of update het opgegeven NetApp Elastic-account binnen de resourcegroep

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

Waarde van eigenschap

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

delete

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

Waarde van eigenschap

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

get

Koop het NetApp Elastic-account

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

Waarde van eigenschap

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

listByResourceGroup

Maak een lijst en beschrijf alle elastische NetApp-accounts in de resourcegroep.

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

Waarde van eigenschap

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

listBySubscription

Maak een lijst en beschrijf alle elastische NetApp-accounts in het abonnement.

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

Waarde van eigenschap

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

update

Het opgegeven NetApp Elastic-account patchen

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

Waarde van eigenschap

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