你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>