JobProperties Class

Container Apps Job resource specific properties.

Constructor

JobProperties(*args: Any, **kwargs: Any)

Variables

Name Description
provisioning_state

Provisioning state of the Container Apps Job. Known values are: "InProgress", "Succeeded", "Failed", "Canceled", and "Deleting".

environment_id
str

Resource ID of environment.

workload_profile_name
str

Workload profile name to pin for container apps job execution.

configuration

Container Apps Job configuration properties.

template

Container Apps job definition.

outbound_ip_addresses

Outbound IP Addresses of a container apps job.

event_stream_endpoint
str

The endpoint of the eventstream of the container apps job.

Attributes

configuration

Container Apps Job configuration properties.

configuration: _models.JobConfiguration | None

environment_id

Resource ID of environment.

environment_id: str | None

event_stream_endpoint

The endpoint of the eventstream of the container apps job.

event_stream_endpoint: str | None

outbound_ip_addresses

Outbound IP Addresses of a container apps job.

outbound_ip_addresses: list[str] | None

provisioning_state

"InProgress", "Succeeded", "Failed", "Canceled", and "Deleting".

provisioning_state: str | _models.JobProvisioningState | None

template

Container Apps job definition.

template: _models.JobTemplate | None

workload_profile_name

Workload profile name to pin for container apps job execution.

workload_profile_name: str | None