JobPatchPropertiesProperties interface
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. |
template | Container Apps job definition. |
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[]