DeletedBackupInstances interface

Interface representing a DeletedBackupInstances.

Methods

beginUndelete(string, string, string, DeletedBackupInstancesUndeleteOptionalParams)
beginUndeleteAndWait(string, string, string, DeletedBackupInstancesUndeleteOptionalParams)
get(string, string, string, DeletedBackupInstancesGetOptionalParams)

Gets a deleted backup instance with name in a backup vault

list(string, string, DeletedBackupInstancesListOptionalParams)

Gets deleted backup instances belonging to a backup vault

Method Details

beginUndelete(string, string, string, DeletedBackupInstancesUndeleteOptionalParams)

function beginUndelete(resourceGroupName: string, vaultName: string, backupInstanceName: string, options?: DeletedBackupInstancesUndeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The name of the backup vault.

backupInstanceName

string

The name of the deleted backup instance

options
DeletedBackupInstancesUndeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginUndeleteAndWait(string, string, string, DeletedBackupInstancesUndeleteOptionalParams)

function beginUndeleteAndWait(resourceGroupName: string, vaultName: string, backupInstanceName: string, options?: DeletedBackupInstancesUndeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The name of the backup vault.

backupInstanceName

string

The name of the deleted backup instance

options
DeletedBackupInstancesUndeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, DeletedBackupInstancesGetOptionalParams)

Gets a deleted backup instance with name in a backup vault

function get(resourceGroupName: string, vaultName: string, backupInstanceName: string, options?: DeletedBackupInstancesGetOptionalParams): Promise<DeletedBackupInstanceResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The name of the backup vault.

backupInstanceName

string

The name of the deleted backup instance

options
DeletedBackupInstancesGetOptionalParams

The options parameters.

Returns

list(string, string, DeletedBackupInstancesListOptionalParams)

Gets deleted backup instances belonging to a backup vault

function list(resourceGroupName: string, vaultName: string, options?: DeletedBackupInstancesListOptionalParams): PagedAsyncIterableIterator<DeletedBackupInstanceResource, DeletedBackupInstanceResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The name of the backup vault.

options
DeletedBackupInstancesListOptionalParams

The options parameters.

Returns