Share via


INetworkInterface.IPSettingDnsServer Property

Definition

Gets or sets the dns servers.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the dns servers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsServers", Update=true)]
public System.Collections.Generic.List<string> IPSettingDnsServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the dns servers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsServers", Update=true)>]
member this.IPSettingDnsServer : System.Collections.Generic.List<string> with get, set
Public Property IPSettingDnsServer As List(Of String)

Property Value

Attributes

Applies to