IDnsConfiguration.NameServer Property

Definition

The DNS servers for the container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The DNS servers for the container group.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="nameServers")]
public string[] NameServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The DNS servers for the container group.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="nameServers")>]
member this.NameServer : string[] with get, set
Public Property NameServer As String()

Property Value

String[]
Attributes

Applies to