Service.Dns 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 a list of custom DNS server IP addresses to be used by the service container.
[YamlDotNet.Serialization.YamlMember(Alias="dns", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> Dns { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="dns", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Dns : System.Collections.Generic.List<string> with get, set
Public Property Dns As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute