ManagedClusterAgentPoolProfileProperties.LocalDnsProfile Property

Definition

Gets or sets configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to