BackupsUnderVolumesClient Interface
public interface BackupsUnderVolumesClient
An instance of this class provides access to all the operations defined in BackupsUnderVolumesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sync |
beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body)
Migrate the backups under volume to backup vault. |
|
abstract
Sync |
beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, Context context)
Migrate the backups under volume to backup vault. |
| abstract void |
migrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body)
Migrate the backups under volume to backup vault. |
| abstract void |
migrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, Context context)
Migrate the backups under volume to backup vault. |
Method Details
beginMigrateBackups
public abstract SyncPoller<PollResult<Void>,Void> beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body)
Migrate the backups under volume to backup vault.
Parameters:
Returns:
beginMigrateBackups
public abstract SyncPoller<PollResult<Void>,Void> beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, Context context)
Migrate the backups under volume to backup vault.
Parameters:
Returns:
migrateBackups
public abstract void migrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body)
Migrate the backups under volume to backup vault.
Parameters:
migrateBackups
public abstract void migrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, Context context)
Migrate the backups under volume to backup vault.
Parameters: