VirtualNetworkLinkData.PrivateDnsResolutionPolicy 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.
The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response.
public Azure.ResourceManager.PrivateDns.Models.PrivateDnsResolutionPolicy? PrivateDnsResolutionPolicy { get; set; }
member this.PrivateDnsResolutionPolicy : Nullable<Azure.ResourceManager.PrivateDns.Models.PrivateDnsResolutionPolicy> with get, set
Public Property PrivateDnsResolutionPolicy As Nullable(Of PrivateDnsResolutionPolicy)