Service.DnsSearch 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 the ___domain search options for the service's container. This property allows you to define one or more ___domain search suffixes that will be appended to unqualified DNS queries performed by the container. Typically used to configure how DNS resolution should behave in specific network setups.
[YamlDotNet.Serialization.YamlMember(Alias="dns_search", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> DnsSearch { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="dns_search", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.DnsSearch : System.Collections.Generic.List<string> with get, set
Public Property DnsSearch As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute