BackupsUnderAccount interface
Interface representing a BackupsUnderAccount.
Methods
begin |
Migrate the backups under a NetApp account to backup vault |
begin |
Migrate the backups under a NetApp account to backup vault |
Method Details
beginMigrateBackups(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)
Migrate the backups under a NetApp account to backup vault
function beginMigrateBackups(resourceGroupName: string, accountName: string, body: BackupsMigrationRequest, options?: BackupsUnderAccountMigrateBackupsOptionalParams): Promise<SimplePollerLike<OperationState<BackupsUnderAccountMigrateBackupsHeaders>, BackupsUnderAccountMigrateBackupsHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of the NetApp account
Migrate backups under an account payload supplied in the body of the operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<BackupsUnderAccountMigrateBackupsHeaders>, BackupsUnderAccountMigrateBackupsHeaders>>
beginMigrateBackupsAndWait(string, string, BackupsMigrationRequest, BackupsUnderAccountMigrateBackupsOptionalParams)
Migrate the backups under a NetApp account to backup vault
function beginMigrateBackupsAndWait(resourceGroupName: string, accountName: string, body: BackupsMigrationRequest, options?: BackupsUnderAccountMigrateBackupsOptionalParams): Promise<BackupsUnderAccountMigrateBackupsHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of the NetApp account
Migrate backups under an account payload supplied in the body of the operation.
The options parameters.