OperationsStatus interface
Interface representing a OperationsStatus.
Methods
get(string, string, string, Operations |
Gets the details of a specified job on a Data Box Edge/Data Box Gateway device. |
Method Details
get(string, string, string, OperationsStatusGetOptionalParams)
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?: OperationsStatusGetOptionalParams): Promise<Job>
Parameters
- deviceName
-
string
The device name.
- name
-
string
The job name.
- resourceGroupName
-
string
The resource group name.
The options parameters.
Returns
Promise<Job>