Interface BackupsUnderAccountsClient
public interface BackupsUnderAccountsClient
An instance of this class provides access to all the operations defined in BackupsUnderAccountsClient.
-
Method Summary
Modifier and TypeMethodDescriptionbeginMigrateBackups
(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.beginMigrateBackups
(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.void
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
-
beginMigrateBackups
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginMigrateBackups(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.- 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.- Returns:
- the
SyncPoller
for 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, 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.- Returns:
- the
SyncPoller
for 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
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.
-