Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupOperationStatuses

Package version

Interface representing a BackupOperationStatuses.

Hierarchy

  • BackupOperationStatuses

Implemented by

Index

Methods

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