Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BackupsImpl

Package version

Class containing Backups operations.

Hierarchy

  • BackupsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

trigger

  • Triggers backup for specified backed up item. This is an asynchronous operation. To know the status of the operation, call 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 backup item.

    • containerName: string

      Container name associated with the backup item.

    • protectedItemName: string

      Backup item for which backup needs to be triggered.

    • parameters: BackupRequestResource

      resource backup request

    • Optional options: BackupsTriggerOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc