Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValidateOperationStatusesImpl

Package version

Class containing ValidateOperationStatuses operations.

Hierarchy

  • ValidateOperationStatusesImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Fetches the status of a triggered validate operation. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of the operation. If operation has completed, this method returns the list of errors obtained while validating the operation.

    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 represents the operation whose status needs to be fetched.

    • Optional options: ValidateOperationStatusesGetOptionalParams

      The options parameters.

    Returns Promise<ValidateOperationStatusesGetResponse>

Generated using TypeDoc