Interface BackupsUnderVolumes
public interface BackupsUnderVolumes
Resource collection API of BackupsUnderVolumes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmigrateBackups(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
-
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.
-