BackupsUnderVolume interface

Interface representing a BackupsUnderVolume.

Methods

beginMigrateBackups(string, string, string, string, BackupsMigrationRequest, BackupsUnderVolumeMigrateBackupsOptionalParams)

Migrate the backups under volume to backup vault

beginMigrateBackupsAndWait(string, string, string, string, BackupsMigrationRequest, BackupsUnderVolumeMigrateBackupsOptionalParams)

Migrate the backups under volume to backup vault

Method Details

beginMigrateBackups(string, string, string, string, BackupsMigrationRequest, BackupsUnderVolumeMigrateBackupsOptionalParams)

Migrate the backups under volume to backup vault

function beginMigrateBackups(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: BackupsMigrationRequest, options?: BackupsUnderVolumeMigrateBackupsOptionalParams): Promise<SimplePollerLike<OperationState<BackupsUnderVolumeMigrateBackupsHeaders>, BackupsUnderVolumeMigrateBackupsHeaders>>

Parameters

resourceGroupName

string

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

accountName

string

The name of the NetApp account

poolName

string

The name of the capacity pool

volumeName

string

The name of the volume

body
BackupsMigrationRequest

Migrate backups under volume payload supplied in the body of the operation.

options
BackupsUnderVolumeMigrateBackupsOptionalParams

The options parameters.

Returns

beginMigrateBackupsAndWait(string, string, string, string, BackupsMigrationRequest, BackupsUnderVolumeMigrateBackupsOptionalParams)

Migrate the backups under volume to backup vault

function beginMigrateBackupsAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: BackupsMigrationRequest, options?: BackupsUnderVolumeMigrateBackupsOptionalParams): Promise<BackupsUnderVolumeMigrateBackupsHeaders>

Parameters

resourceGroupName

string

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

accountName

string

The name of the NetApp account

poolName

string

The name of the capacity pool

volumeName

string

The name of the volume

body
BackupsMigrationRequest

Migrate backups under volume payload supplied in the body of the operation.

options
BackupsUnderVolumeMigrateBackupsOptionalParams

The options parameters.

Returns