Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobOperationResults

Package version

Interface representing a JobOperationResults.

Hierarchy

  • JobOperationResults

Implemented by

Index

Methods

Methods

get

  • Fetches the result of any 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.

    • jobName: string

      Job name whose operation result has to be fetched.

    • operationId: string

      OperationID which represents the operation whose result has to be fetched.

    • Optional options: JobOperationResultsGetOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc