JobProperties interface

Container Apps Job resource specific properties.

Properties

configuration

Container Apps Job configuration properties.

environmentId

Resource ID of environment.

eventStreamEndpoint

The endpoint of the eventstream of the container apps job.

outboundIpAddresses

Outbound IP Addresses of a container apps job.

provisioningState

Provisioning state of the Container Apps Job.

runningState

Current running state of the job

template

Container Apps job definition.

workloadProfileName

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

Container Apps job definition.

template?: JobTemplate

Property Value

workloadProfileName

Workload profile name to pin for container apps job execution.

workloadProfileName?: string

Property Value

string