Managed Cluster Ingress Profile Web App Routing Response
data class ManagedClusterIngressProfileWebAppRoutingResponse(val dnsZoneResourceIds: List<String>? = null, val enabled: Boolean? = null, val identity: UserAssignedIdentityResponse)
Application Routing add-on settings for the ingress profile.
Constructors
Link copied to clipboard
constructor(dnsZoneResourceIds: List<String>? = null, enabled: Boolean? = null, identity: UserAssignedIdentityResponse)
Properties
Link copied to clipboard
Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group.
Link copied to clipboard
Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See this overview of the add-on for more instructions.