Class ManagedClusterIngressProfile
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterIngressProfile
Ingress profile for the container service cluster.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedClusterIngressProfile class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.Get the webAppRouting property: App Routing settings for the ingress profile.withWebAppRouting(ManagedClusterIngressProfileWebAppRouting webAppRouting) Set the webAppRouting property: App Routing settings for the ingress profile.
-
Constructor Details
-
ManagedClusterIngressProfile
public ManagedClusterIngressProfile()Creates an instance of ManagedClusterIngressProfile class.
-
-
Method Details
-
webAppRouting
Get the webAppRouting property: 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.- Returns:
- the webAppRouting value.
-
withWebAppRouting
public ManagedClusterIngressProfile withWebAppRouting(ManagedClusterIngressProfileWebAppRouting webAppRouting) Set the webAppRouting property: 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.- Parameters:
webAppRouting- the webAppRouting value to set.- Returns:
- the ManagedClusterIngressProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-