Share via


Service.DnsSearch Property

Definition

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

Applies to