DeploymentSettingInfrastructureNetwork.DnsServerConfig 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.
Specifies how DNS servers are configured for the infrastructure network. Allowed values are 'UseDnsServer' to use the provided DNS servers, and 'UseForwarder' to use DNS forwarders.
public Azure.ResourceManager.Hci.Models.DnsServerConfig? DnsServerConfig { get; set; }
member this.DnsServerConfig : Nullable<Azure.ResourceManager.Hci.Models.DnsServerConfig> with get, set
Public Property DnsServerConfig As Nullable(Of DnsServerConfig)