BackupsUnderBackupVault interface
Interface representing a BackupsUnderBackupVault.
Methods
begin |
Restore the specified files from the specified backup to the active filesystem |
begin |
Restore the specified files from the specified backup to the active filesystem |
Method Details
beginRestoreFiles(string, string, string, string, BackupRestoreFiles, BackupsUnderBackupVaultRestoreFilesOptionalParams)
Restore the specified files from the specified backup to the active filesystem
function beginRestoreFiles(resourceGroupName: string, accountName: string, backupVaultName: string, backupName: string, body: BackupRestoreFiles, options?: BackupsUnderBackupVaultRestoreFilesOptionalParams): Promise<SimplePollerLike<OperationState<BackupsUnderBackupVaultRestoreFilesHeaders>, BackupsUnderBackupVaultRestoreFilesHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of the NetApp account
- backupVaultName
-
string
The name of the Backup Vault
- backupName
-
string
The name of the backup
- body
- BackupRestoreFiles
Restore payload supplied in the body of the operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<BackupsUnderBackupVaultRestoreFilesHeaders>, BackupsUnderBackupVaultRestoreFilesHeaders>>
beginRestoreFilesAndWait(string, string, string, string, BackupRestoreFiles, BackupsUnderBackupVaultRestoreFilesOptionalParams)
Restore the specified files from the specified backup to the active filesystem
function beginRestoreFilesAndWait(resourceGroupName: string, accountName: string, backupVaultName: string, backupName: string, body: BackupRestoreFiles, options?: BackupsUnderBackupVaultRestoreFilesOptionalParams): Promise<BackupsUnderBackupVaultRestoreFilesHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of the NetApp account
- backupVaultName
-
string
The name of the Backup Vault
- backupName
-
string
The name of the backup
- body
- BackupRestoreFiles
Restore payload supplied in the body of the operation.
The options parameters.