JobStatusEventDetails interface
Model class for event details of a job status event.
- Extends
Properties
affected |
AffectedObjectType for the event. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
job |
JobName for the Event. |
job |
Job arm id for the event. |
job |
JobStatus for the Event. |
Property Details
affectedObjectType
AffectedObjectType for the event.
affectedObjectType?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "JobStatus"
Property Value
"JobStatus"
jobFriendlyName
JobName for the Event.
jobFriendlyName?: string
Property Value
string
jobId
Job arm id for the event.
jobId?: string
Property Value
string
jobStatus
JobStatus for the Event.
jobStatus?: string
Property Value
string