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

Jobs interface

Interface representing a Jobs.

Methods

get(string, string, string, JobsGetOptionalParams)

Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.

Method Details

get(string, string, string, JobsGetOptionalParams)

Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.

function get(deviceName: string, name: string, resourceGroupName: string, options?: JobsGetOptionalParams): Promise<Job>

Parameters

deviceName

string

The device name.

name

string

The job name.

resourceGroupName

string

The resource group name.

options
JobsGetOptionalParams

The options parameters.

Returns

Promise<Job>