DomainPatchResource.NameServers Property

Definition

Gets name servers.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to