JobPatchPropertiesProperties Class
Container Apps Job patch properties.
Constructor
JobPatchPropertiesProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
environment_id
|
Resource ID of environment. |
|
configuration
|
Container Apps Job configuration properties. |
|
template
|
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: _models.JobConfiguration | None
environment_id
Resource ID of environment.
environment_id: str | None
event_stream_endpoint
The endpoint of the eventstream of the container apps job.
event_stream_endpoint: str | None
outbound_ip_addresses
Outbound IP Addresses of a container apps job.
outbound_ip_addresses: list[str] | None
template
Container Apps job definition.
template: _models.JobTemplate | None