IZoneProperties.NameServer 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.
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(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) }, ReadOnly=true, Required=false, SerializedName="nameServers")]
public string[] NameServer { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(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) }, ReadOnly=true, Required=false, SerializedName="nameServers")>]
member this.NameServer : string[]
Public ReadOnly Property NameServer As String()
Property Value
String[]
- Attributes