JobResponse interface
Contains the job information.
Properties
id | Specifies the resource identifier of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
identity | Specifies the job identity details |
location | Specifies the Azure location where the job is created. |
name | Specifies the name of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Specifies the job properties |
system |
SystemData of ImportExport Jobs. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Specifies the tags that are assigned to the job. |
type | Specifies the type of the job resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Specifies the resource identifier of the job. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
identity
location
Specifies the Azure location where the job is created.
location?: string
Property Value
string
name
Specifies the name of the job. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
properties
systemData
SystemData of ImportExport Jobs. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
tags
Specifies the tags that are assigned to the job.
tags?: Record<string, unknown>
Property Value
Record<string, unknown>
type
Specifies the type of the job resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Azure SDK for JavaScript