Interface BackupsUnderAccounts
public interface BackupsUnderAccounts
Resource collection API of BackupsUnderAccounts.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
migrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.void
migrateBackups
(String resourceGroupName, String accountName, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.
-
Method Details
-
migrateBackups
Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.accountName
- The name of the NetApp account.body
- Migrate backups under an account 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, BackupsMigrationRequest body, com.azure.core.util.Context context) Create a new migrate request for backups under account Migrate the backups under a NetApp account to backup vault.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.accountName
- The name of the NetApp account.body
- Migrate backups under an account 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.
-