BackupsUnderVolume interface
Interface representing a BackupsUnderVolume.
Methods
begin |
Migrate the backups under volume to backup vault |
begin |
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
Migrate backups under volume payload supplied in the body of the operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<BackupsUnderVolumeMigrateBackupsHeaders>, BackupsUnderVolumeMigrateBackupsHeaders>>
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
Migrate backups under volume payload supplied in the body of the operation.
The options parameters.