P2SVpnGateway.CustomDnsServers Property

Definition

Gets or sets list of all customer specified DNS servers IP addresses.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customDnsServers")]
public System.Collections.Generic.IList<string> CustomDnsServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customDnsServers")>]
member this.CustomDnsServers : System.Collections.Generic.IList<string> with get, set
Public Property CustomDnsServers As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to