مشاركة عبر


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 SyncPoller<PollResult<Void>,Void> beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body)

Migrate the backups under volume to backup vault.

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.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the NetApp account.
poolName - The name of the capacity pool.
volumeName - The name of the volume.
body - Migrate backups under volume payload supplied in the body of the operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the NetApp account.
poolName - The name of the capacity pool.
volumeName - The name of the volume.
body - Migrate backups under volume payload supplied in the body of the operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

migrateBackups

public abstract void migrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body)

Migrate the backups under volume to backup vault.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the NetApp account.
poolName - The name of the capacity pool.
volumeName - The name of the volume.
body - Migrate backups under volume payload supplied in the body of the operation.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the NetApp account.
poolName - The name of the capacity pool.
volumeName - The name of the volume.
body - Migrate backups under volume payload supplied in the body of the operation.
context - The context to associate with this operation.

Applies to