ManagedClusterIngressProfileWebAppRouting.Nginx Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="nginx")]
public Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx Nginx { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nginx")>]
member this.Nginx : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx with get, set
Public Property Nginx As ManagedClusterIngressProfileNginx

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to