Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportJobsOperationResults

Package version

Interface representing a ExportJobsOperationResults.

Hierarchy

  • ExportJobsOperationResults

Implemented by

Index

Methods

Methods

get

  • Gets the operation result of operation triggered by Export Jobs API. If the operation is successful, then it also contains URL of a Blob and a SAS key to access the same. The blob contains exported jobs in JSON serialized format.

    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 export job.

    • Optional options: ExportJobsOperationResultsGetOptionalParams

      The options parameters.

    Returns Promise<ExportJobsOperationResultsGetResponse>

Generated using TypeDoc