ManagedClusterIngressProfile Class

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

public final class ManagedClusterIngressProfile

Ingress profile for the container service cluster.

Constructor Summary

Constructor Description
ManagedClusterIngressProfile()

Creates an instance of ManagedClusterIngressProfile class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

ManagedClusterIngressProfileWebAppRouting webAppRouting()

Get the webAppRouting property: App Routing settings for the ingress profile.

ManagedClusterIngressProfile withWebAppRouting(ManagedClusterIngressProfileWebAppRouting webAppRouting)

Set the webAppRouting property: App Routing settings for the ingress profile.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterIngressProfile

public ManagedClusterIngressProfile()

Creates an instance of ManagedClusterIngressProfile class.

Method Details

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:

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.

Applies to