JobPatchPropertiesProperties Class
Container Apps Job patch properties.
Constructor
JobPatchPropertiesProperties()
Variables
| Name | Description |
|---|---|
|
environment_id
|
Resource ID of environment. |
|
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]
template
Container Apps job definition.
template: JobTemplate