Share via


IManagedClusterIngressProfileWebAppRouting Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileWebAppRoutingTypeConverter))]
public interface IManagedClusterIngressProfileWebAppRouting : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileWebAppRoutingTypeConverter))>]
type IManagedClusterIngressProfileWebAppRouting = interface
    interface IJsonSerializable
Public Interface IManagedClusterIngressProfileWebAppRouting
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DnsZoneResourceId

Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group.

Enabled

Whether to enable the Application Routing add-on.

IdentityClientId

The client ID of the user assigned identity.

IdentityObjectId

The object ID of the user assigned identity.

IdentityResourceId

The resource ID of the user assigned identity.

NginxDefaultIngressControllerType

Ingress type for the default NginxIngressController custom resource

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to