IZone.NameServer Property

Definition

The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=false, Description="The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="nameServers", Update=false)]
public System.Collections.Generic.List<string> NameServer { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=false, Description="The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="nameServers", Update=false)>]
member this.NameServer : System.Collections.Generic.List<string>
Public ReadOnly Property NameServer As List(Of String)

Property Value

Attributes

Applies to