Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BackupOperationStatusesImpl

Package version

Class containing BackupOperationStatuses operations.

Hierarchy

  • BackupOperationStatusesImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Fetches the status of an operation such as triggering a backup, restore. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs when the operation is complete.

    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.

    • operationId: string

      OperationID which represents the operation.

    • Optional options: BackupOperationStatusesGetOptionalParams

      The options parameters.

    Returns Promise<BackupOperationStatusesGetResponse>

Generated using TypeDoc