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 Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedClusterIngressProfile class. -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedClusterIngressProfilefromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterIngressProfile from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
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.
-
toJson
- Specified by:
toJsonin interfacecom.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.
-