ManagedClusterIngressProfileWebAppRoutingResponse

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

constructor(dnsZoneResourceIds: List<String>? = null, enabled: Boolean? = null, identity: UserAssignedIdentityResponse)

Types

Link copied to clipboard
object Companion

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
val enabled: Boolean? = null

Whether to enable the Application Routing add-on.

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.