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

ExportJobsOperationResults interface

Interface representing a ExportJobsOperationResults.

Methods

get(string, string, string, ExportJobsOperationResultsGetOptionalParams)

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.

Method Details

get(string, string, string, ExportJobsOperationResultsGetOptionalParams)

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.

function get(vaultName: string, resourceGroupName: string, operationId: string, options?: ExportJobsOperationResultsGetOptionalParams): Promise<OperationResultInfoBaseResource>

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.

options
ExportJobsOperationResultsGetOptionalParams

The options parameters.

Returns