ManagedClusterAgentPoolProfileProperties.LocalDnsProfile Property
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.
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