Class ManagedClusterIngressProfile

java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterIngressProfile

public final class ManagedClusterIngressProfile extends Object
Ingress profile for the container service cluster.
  • 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

      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.