JobProperties Class
The job properties.
Constructor
JobProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
end_time
|
The time the job completed. |
|
items_property
|
List of items published by the job. |
|
provisioning_state
|
State of the job. Known values are: "Accepted", "InProgress", "Succeeded", "Failed", and "Canceled". |
|
start_time
|
The time the job started. |
|
error_message
|
Message to describe error, if an error exists. |
Attributes
end_time
The time the job completed.
end_time: datetime | None
error_message
Message to describe error, if an error exists.
error_message: str | None
items_property
List of items published by the job.
items_property: list['_models.JobItem'] | None
provisioning_state
"Accepted", "InProgress", "Succeeded", "Failed", and "Canceled".
provisioning_state: str | _models.ProvisioningState | None
start_time
The time the job started.
start_time: datetime | None