BackupsUnderVolumeOperationsExtensions.MigrateBackups Method

Definition

Migrate the backups under volume to backup vault

public static Microsoft.Azure.Management.NetApp.Models.BackupsUnderVolumeMigrateBackupsHeaders MigrateBackups (this Microsoft.Azure.Management.NetApp.IBackupsUnderVolumeOperations operations, string resourceGroupName, string accountName, string poolName, string volumeName, Microsoft.Azure.Management.NetApp.Models.BackupsMigrationRequest body);
static member MigrateBackups : Microsoft.Azure.Management.NetApp.IBackupsUnderVolumeOperations * string * string * string * string * Microsoft.Azure.Management.NetApp.Models.BackupsMigrationRequest -> Microsoft.Azure.Management.NetApp.Models.BackupsUnderVolumeMigrateBackupsHeaders
<Extension()>
Public Function MigrateBackups (operations As IBackupsUnderVolumeOperations, resourceGroupName As String, accountName As String, poolName As String, volumeName As String, body As BackupsMigrationRequest) As BackupsUnderVolumeMigrateBackupsHeaders

Parameters

operations
IBackupsUnderVolumeOperations

The operations group for this extension method.

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

Returns

Applies to