HciEdgeDeviceJobProperties interface
HCI Edge device job properties
Properties
| deployment |
Deployment mode to trigger job. |
| end |
The UTC date and time at which the job completed. |
| job |
Unique, immutable job id. |
| job |
The discriminator possible values: CollectLog, RemoteSupport |
| provisioning |
Job provisioning state |
| start |
The UTC date and time at which the job started. |
| status | Status of Edge device job. |
Property Details
deploymentMode
Deployment mode to trigger job.
deploymentMode?: string
Property Value
string
endTimeUtc
The UTC date and time at which the job completed.
endTimeUtc?: Date
Property Value
Date
jobId
Unique, immutable job id.
jobId?: string
Property Value
string
jobType
The discriminator possible values: CollectLog, RemoteSupport
jobType: string
Property Value
string
provisioningState
Job provisioning state
provisioningState?: string
Property Value
string
startTimeUtc
The UTC date and time at which the job started.
startTimeUtc?: Date
Property Value
Date
status
Status of Edge device job.
status?: string
Property Value
string