JobOperationResults interface

Interface representing a JobOperationResults.

Methods

get(string, string, string, string, JobOperationResultsGetOptionalParams)

Fetches the result of any operation.

Method Details

get(string, string, string, string, JobOperationResultsGetOptionalParams)

Fetches the result of any operation.

function get(vaultName: string, resourceGroupName: string, jobName: string, operationId: string, options?: JobOperationResultsGetOptionalParams): Promise<void>

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.

options
JobOperationResultsGetOptionalParams

The options parameters.

Returns

Promise<void>