Class ManagedClusterIngressProfile

java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterIngressProfile
All Implemented Interfaces:
com.azure.json.JsonSerializable<ManagedClusterIngressProfile>

public final class ManagedClusterIngressProfile extends Object implements com.azure.json.JsonSerializable<ManagedClusterIngressProfile>
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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ManagedClusterIngressProfile>
      Throws:
      IOException
    • fromJson

      public static ManagedClusterIngressProfile fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ManagedClusterIngressProfile from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ManagedClusterIngressProfile if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the ManagedClusterIngressProfile.