Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RestoresImpl

Package version

Class containing Restores operations.

Hierarchy

  • RestoresImpl

Implements

Index

Constructors

constructor

Methods

beginTrigger

  • beginTrigger(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, recoveryPointId: string, parameters: RestoreRequestResource, options?: RestoresTriggerOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Restores the specified backed up data. This is an asynchronous operation. To know the status of this API call, use GetProtectedItemOperationResult API.

    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

    • Optional options: RestoresTriggerOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginTriggerAndWait

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

    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

    • Optional options: RestoresTriggerOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc