IDomainPatchResourceProperties.NameServer Property

Definition

Name servers.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Name servers.", 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.Functions.Runtime.Info(Create=false, Description="Name servers.", 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