ManagedClusterIngressProfileWebAppRouting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application Routing add-on settings for the ingress profile.
public class ManagedClusterIngressProfileWebAppRouting
type ManagedClusterIngressProfileWebAppRouting = class
Public Class ManagedClusterIngressProfileWebAppRouting
- Inheritance
-
ManagedClusterIngressProfileWebAppRouting
Constructors
| Name | Description |
|---|---|
| ManagedClusterIngressProfileWebAppRouting() |
Initializes a new instance of the ManagedClusterIngressProfileWebAppRouting class. |
| ManagedClusterIngressProfileWebAppRouting(Nullable<Boolean>, IList<String>, ManagedClusterIngressProfileNginx, UserAssignedIdentity) |
Initializes a new instance of the ManagedClusterIngressProfileWebAppRouting class. |
Properties
| Name | Description |
|---|---|
| DnsZoneResourceIds |
Gets or sets 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 |
Gets or sets whether to enable the Application Routing add-on. |
| Identity |
Gets managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See this overview of the add-on for more instructions. |
| Nginx |
Gets or sets configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |