ManagedClusterIngressProfileArgs

data class ManagedClusterIngressProfileArgs(val webAppRouting: Output<ManagedClusterIngressProfileWebAppRoutingArgs>? = null) : ConvertibleToJava<ManagedClusterIngressProfileArgs>

Ingress profile for the container service cluster.

Constructors

Link copied to clipboard
constructor(webAppRouting: Output<ManagedClusterIngressProfileWebAppRoutingArgs>? = null)

Properties

Link copied to clipboard

App Routing settings for the ingress profile. You can find an overview and onboarding guide for this feature at https://learn.microsoft.com/en-us/azure/aks/app-routing?tabs=default%2Cdeploy-app-default.

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterIngressProfileArgs