Ingress profile for the managed cluster.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManagedClusterIngressProfile", "title": "ManagedClusterIngressProfile", "type": "object", "description": "Ingress profile for the managed cluster.", "properties": { "webAppRouting": { "type": "object", "description": "Web App Routing settings.", "properties": { "enabled": { "type": "boolean", "description": "Whether to enable Web App Routing." }, "dnsZoneResourceIds": { "type": "array", "items": { "type": "string" }, "description": "Resource IDs of the DNS zones." } }, "example": "example_value" } } }