Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterIngressProfileWebAppRouting
Packages that use ManagedClusterIngressProfileWebAppRouting
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterIngressProfileWebAppRouting in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterIngressProfileWebAppRoutingModifier and TypeMethodDescriptionManagedClusterIngressProfile.webAppRouting()Get the webAppRouting property: App Routing settings for the ingress profile.ManagedClusterIngressProfileWebAppRouting.withDnsZoneResourceIds(List<String> dnsZoneResourceIds) Set the dnsZoneResourceIds property: Resource IDs of the DNS zones to be associated with the Application Routing add-on.ManagedClusterIngressProfileWebAppRouting.withEnabled(Boolean enabled) Set the enabled property: Whether to enable the Application Routing add-on.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterIngressProfileWebAppRoutingModifier and TypeMethodDescriptionManagedClusterIngressProfile.withWebAppRouting(ManagedClusterIngressProfileWebAppRouting webAppRouting) Set the webAppRouting property: App Routing settings for the ingress profile.