JobProperties interface
Container Apps Job resource specific properties.
Properties
| configuration | Container Apps Job configuration properties. |
| environment |
Resource ID of environment. |
| event |
The endpoint of the eventstream of the container apps job. |
| outbound |
Outbound IP Addresses of a container apps job. |
| provisioning |
Provisioning state of the Container Apps Job. |
| running |
Current running state of the job |
| template | Container Apps job definition. |
| workload |
Workload profile name to pin for container apps job execution. |
Property Details
configuration
Container Apps Job configuration properties.
configuration?: JobConfiguration
Property Value
environmentId
Resource ID of environment.
environmentId?: string
Property Value
string
eventStreamEndpoint
The endpoint of the eventstream of the container apps job.
eventStreamEndpoint?: string
Property Value
string
outboundIpAddresses
Outbound IP Addresses of a container apps job.
outboundIpAddresses?: string[]
Property Value
string[]
provisioningState
Provisioning state of the Container Apps Job.
provisioningState?: string
Property Value
string
runningState
Current running state of the job
runningState?: string
Property Value
string
template
workloadProfileName
Workload profile name to pin for container apps job execution.
workloadProfileName?: string
Property Value
string