ContainerAppAgentDefinition interface
The container app agent definition.
- Extends
Properties
| container_app_resource_id | The resource ID of the Azure Container App that hosts this agent. Not mutable across versions. |
| container_protocol_versions | The protocols that the agent supports for ingress communication of the containers. |
| ingress_subdomain_suffix | The suffix to apply to the app subdomain when sending ingress to the agent. This can be a label (e.g., '---current'), a specific revision (e.g., '--0000001'), or empty to use the default endpoint for the container app. |
| kind | The kind of agent. |
Inherited Properties
| rai_config | Configuration for Responsible AI (RAI) content filtering and safety features. |
Property Details
container_app_resource_id
The resource ID of the Azure Container App that hosts this agent. Not mutable across versions.
container_app_resource_id: string
Property Value
string
container_protocol_versions
The protocols that the agent supports for ingress communication of the containers.
container_protocol_versions: ProtocolVersionRecord[]
Property Value
ingress_subdomain_suffix
The suffix to apply to the app subdomain when sending ingress to the agent. This can be a label (e.g., '---current'), a specific revision (e.g., '--0000001'), or empty to use the default endpoint for the container app.
ingress_subdomain_suffix: string
Property Value
string
kind
The kind of agent.
kind: "container_app"
Property Value
"container_app"
Inherited Property Details
rai_config
Configuration for Responsible AI (RAI) content filtering and safety features.
rai_config?: RaiConfig
Property Value
Inherited From AgentDefinition.rai_config