ManagedClusterIngressProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterIngressProfile
- com.
Implements
public final class ManagedClusterIngressProfile
implements JsonSerializable<ManagedClusterIngressProfile>
Ingress profile for the container service cluster.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterIngressProfile() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
webAppRouting()
Get the web |
Managed |
withWebAppRouting(ManagedClusterIngressProfileWebAppRouting webAppRouting)
Set the web |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterIngressProfile
public ManagedClusterIngressProfile()
Creates an instance of ManagedClusterIngressProfile class.
Method Details
fromJson
public static ManagedClusterIngressProfile fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterIngressProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
webAppRouting
public ManagedClusterIngressProfileWebAppRouting 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:
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:
Returns:
Applies to
Azure SDK for Java