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>