Service.Dns Property

Definition

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

Applies to