JobProperties interface

Definition of job properties.

Properties

creationTime

Gets or sets the creation time of the job.

endTime

Gets or sets the end time of the job.

exception

Gets or sets the exception of the job.

jobId

Gets or sets the id of the job.

jobRuntimeEnvironment

Runtime Environment Property

lastModifiedTime

Gets or sets the last modified time of the job.

lastStatusModifiedTime

Gets or sets the last status modified time of the job.

parameters

Gets or sets the parameters of the job.

provisioningState

The current provisioning state of the job.

runbook

Gets or sets the runbook.

runOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

startedBy

Gets or sets the job started by.

startTime

Gets or sets the start time of the job.

status

Gets or sets the status of the job.

statusDetails

Gets or sets the status details of the job.

Property Details

creationTime

Gets or sets the creation time of the job.

creationTime?: Date

Property Value

Date

endTime

Gets or sets the end time of the job.

endTime?: Date

Property Value

Date

exception

Gets or sets the exception of the job.

exception?: string

Property Value

string

jobId

Gets or sets the id of the job.

jobId?: string

Property Value

string

jobRuntimeEnvironment

Runtime Environment Property

jobRuntimeEnvironment?: JobRuntimeEnvironment

Property Value

lastModifiedTime

Gets or sets the last modified time of the job.

lastModifiedTime?: Date

Property Value

Date

lastStatusModifiedTime

Gets or sets the last status modified time of the job.

lastStatusModifiedTime?: Date

Property Value

Date

parameters

Gets or sets the parameters of the job.

parameters?: Record<string, string>

Property Value

Record<string, string>

provisioningState

The current provisioning state of the job.

provisioningState?: string

Property Value

string

runbook

Gets or sets the runbook.

runbook?: RunbookAssociationProperty

Property Value

runOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

runOn?: string

Property Value

string

startedBy

Gets or sets the job started by.

startedBy?: string

Property Value

string

startTime

Gets or sets the start time of the job.

startTime?: Date

Property Value

Date

status

Gets or sets the status of the job.

status?: string

Property Value

string

statusDetails

Gets or sets the status details of the job.

statusDetails?: string

Property Value

string