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.ResourceJobCollectionItem
Constructor
JobCollectionItem(*, run_on: Optional[str] = None, **kwargs)
Parameters
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.
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.
Feedback
Submit and view feedback for