BackupsUnderBackupVault interface

Interface representing a BackupsUnderBackupVault.

Methods

beginRestoreFiles(string, string, string, string, BackupRestoreFiles, BackupsUnderBackupVaultRestoreFilesOptionalParams)

Restore the specified files from the specified backup to the active filesystem

beginRestoreFilesAndWait(string, string, string, string, BackupRestoreFiles, BackupsUnderBackupVaultRestoreFilesOptionalParams)

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.

options
BackupsUnderBackupVaultRestoreFilesOptionalParams

The options parameters.

Returns

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.

options
BackupsUnderBackupVaultRestoreFilesOptionalParams

The options parameters.

Returns