ManagedClusterIngressProfile Constructors

Definition

Overloads

Name Description
ManagedClusterIngressProfile()

Initializes a new instance of the ManagedClusterIngressProfile class.

ManagedClusterIngressProfile(ManagedClusterIngressProfileWebAppRouting)

Initializes a new instance of the ManagedClusterIngressProfile class.

ManagedClusterIngressProfile()

Initializes a new instance of the ManagedClusterIngressProfile class.

public ManagedClusterIngressProfile();
Public Sub New ()

Applies to

ManagedClusterIngressProfile(ManagedClusterIngressProfileWebAppRouting)

Initializes a new instance of the ManagedClusterIngressProfile class.

public ManagedClusterIngressProfile(Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting webAppRouting = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfile
Public Sub New (Optional webAppRouting As ManagedClusterIngressProfileWebAppRouting = Nothing)

Parameters

webAppRouting
ManagedClusterIngressProfileWebAppRouting

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.

Applies to