JobProperties Class
Container Apps Job resource specific properties.
Constructor
JobProperties()
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning state of the Container Apps Job. Known values are: "InProgress", "Succeeded", "Failed", "Canceled", and "Deleting". |
|
environment_id
|
Resource ID of environment. |
|
workload_profile_name
|
Workload profile name to pin for container apps job execution. |
|
configuration
|
<xref:<xref:"JobConfiguration">>
Container Apps Job configuration properties. |
|
template
|
<xref:<xref:"JobTemplate">>
Container Apps job definition. |
|
outbound_ip_addresses
|
Outbound IP Addresses of a container apps job. |
|
event_stream_endpoint
|
The endpoint of the eventstream of the container apps job. |
Attributes
configuration
Container Apps Job configuration properties.
configuration: JobConfiguration
environmentId
Resource ID of environment.
environmentId: str
eventStreamEndpoint
The endpoint of the eventstream of the container apps job.
eventStreamEndpoint: str
outboundIpAddresses
Outbound IP Addresses of a container apps job.
outboundIpAddresses: list[str]
provisioningState
"InProgress", "Succeeded", "Failed", "Canceled", and "Deleting".
provisioningState: str | JobProvisioningState
template
Container Apps job definition.
template: JobTemplate
workloadProfileName
Workload profile name to pin for container apps job execution.
workloadProfileName: str