Interface BackupsUnderVolumesClient
public interface BackupsUnderVolumesClient
An instance of this class provides access to all the operations defined in BackupsUnderVolumesClient.
-
Method Summary
Modifier and TypeMethodDescriptionbeginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.voidmigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.voidmigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under volume Migrate the backups under volume to backup vault.
-
Method Details
-
beginMigrateBackups
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body) Create a new migrate request for backups under volume 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
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginMigrateBackups
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginMigrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under volume 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
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
migrateBackups
void migrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body) Create a new migrate request for backups under volume 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.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
migrateBackups
void migrateBackups(String resourceGroupName, String accountName, String poolName, String volumeName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under volume 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.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-