JobCollectionItem Class

Job collection item properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.automation.models._models_py3.Resource
JobCollectionItem

Constructor

JobCollectionItem(*, run_on: Optional[str] = None, **kwargs)

Parameters

run_on
str
Required

Specifies the runOn group name where the job was executed.

Variables

id
str

Fully qualified resource Id for the resource.

name
str

The name of the resource.

type
str

The type of the resource.

runbook
RunbookAssociationProperty

The runbook association.

job_id
str

The id of the job.

creation_time
datetime

The creation time of the job.

status
str or JobStatus

The status of the job. Possible values include: "New", "Activating", "Running", "Completed", "Failed", "Stopped", "Blocked", "Suspended", "Disconnected", "Suspending", "Stopping", "Resuming", "Removing".

start_time
datetime

The start time of the job.

end_time
datetime

The end time of the job.

last_modified_time
datetime

The last modified time of the job.

provisioning_state
str

The provisioning state of a resource.