다음을 통해 공유


JobStatusEventDetails interface

Model class for event details of a job status event.

Extends

Properties

affectedObjectType

AffectedObjectType for the event.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

jobFriendlyName

JobName for the Event.

jobId

Job arm id for the event.

jobStatus

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