JobCollectionItem interface
Job collection item properties.
- Extends
Properties
creation |
The creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
The end time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
job |
The id of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last modified time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of a resource. NOTE: This property will not be serialized. It can only be populated by the server. |
runbook | The runbook association. NOTE: This property will not be serialized. It can only be populated by the server. |
run |
Specifies the runOn group name where the job was executed. |
start |
The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the job. Possible values include: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing' NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationTime
The creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
endTime
The end time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
jobId
The id of the job. NOTE: This property will not be serialized. It can only be populated by the server.
jobId?: string
Property Value
string
lastModifiedTime
The last modified time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTime?: Date
Property Value
Date
provisioningState
The provisioning state of a resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
runbook
The runbook association. NOTE: This property will not be serialized. It can only be populated by the server.
runbook?: RunbookAssociationProperty
Property Value
runOn
Specifies the runOn group name where the job was executed.
runOn?: string
Property Value
string
startTime
The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
status
The status of the job. Possible values include: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing' NOTE: This property will not be serialized. It can only be populated by the server.
status?: JobStatus
Property Value
Inherited Property Details
id
Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type