INetworkInterfaces.DnsSettingDnsServer Property

Definition

List of DNS server IP Addresses for the interface

[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="List of DNS server IP Addresses for the interface", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsServers", Update=true)]
public System.Collections.Generic.List<string> DnsSettingDnsServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="List of DNS server IP Addresses for the interface", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsServers", Update=true)>]
member this.DnsSettingDnsServer : System.Collections.Generic.List<string> with get, set
Public Property DnsSettingDnsServer As List(Of String)

Property Value

Attributes

Applies to