BackupsUnderAccount interface

Interface representing a BackupsUnderAccount.

Methods

beginMigrateBackups(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

Migrate the backups under a NetApp account to backup vault

beginMigrateBackupsAndWait(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

Migrate the backups under a NetApp account to backup vault

Method Details

beginMigrateBackups(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

Migrate the backups under a NetApp account to backup vault

function beginMigrateBackups(resourceGroupName: string, accountName: string, body: BackupsMigrationRequest, options?: BackupsUnderAccountMigrateBackupsOptionalParams): Promise<SimplePollerLike<OperationState<BackupsUnderAccountMigrateBackupsHeaders>, BackupsUnderAccountMigrateBackupsHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

accountName

string

The name of the NetApp account

body
BackupsMigrationRequest

Migrate backups under an account payload supplied in the body of the operation.

options
BackupsUnderAccountMigrateBackupsOptionalParams

The options parameters.

Returns

beginMigrateBackupsAndWait(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)

Migrate the backups under a NetApp account to backup vault

function beginMigrateBackupsAndWait(resourceGroupName: string, accountName: string, body: BackupsMigrationRequest, options?: BackupsUnderAccountMigrateBackupsOptionalParams): Promise<BackupsUnderAccountMigrateBackupsHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

accountName

string

The name of the NetApp account

body
BackupsMigrationRequest

Migrate backups under an account payload supplied in the body of the operation.

options
BackupsUnderAccountMigrateBackupsOptionalParams

The options parameters.

Returns