Restores interface

Interface representing a Restores.

Methods

beginTrigger(string, string, string, string, string, string, RestoreRequestResource, RestoresTriggerOptionalParams)

Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API.

beginTriggerAndWait(string, string, string, string, string, string, RestoreRequestResource, RestoresTriggerOptionalParams)

Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API.

Method Details

beginTrigger(string, string, string, string, string, string, RestoreRequestResource, RestoresTriggerOptionalParams)

Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API.

function beginTrigger(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, recoveryPointId: string, parameters: RestoreRequestResource, options?: RestoresTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

vaultName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name associated with the backed up items.

containerName

string

Container name associated with the backed up items.

protectedItemName

string

Backed up item to be restored.

recoveryPointId

string

Recovery point ID which represents the backed up data to be restored.

parameters
RestoreRequestResource

resource restore request

options
RestoresTriggerOptionalParams

The options parameters.

Returns

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

beginTriggerAndWait(string, string, string, string, string, string, RestoreRequestResource, RestoresTriggerOptionalParams)

Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API.

function beginTriggerAndWait(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, recoveryPointId: string, parameters: RestoreRequestResource, options?: RestoresTriggerOptionalParams): Promise<void>

Parameters

vaultName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name associated with the backed up items.

containerName

string

Container name associated with the backed up items.

protectedItemName

string

Backed up item to be restored.

recoveryPointId

string

Recovery point ID which represents the backed up data to be restored.

parameters
RestoreRequestResource

resource restore request

options
RestoresTriggerOptionalParams

The options parameters.

Returns

Promise<void>