INetworkFeatures.VirtualNetworkConnectionDnsServer Property

Definition

DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dnsServers", Update=false)]
public string VirtualNetworkConnectionDnsServer { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dnsServers", Update=false)>]
member this.VirtualNetworkConnectionDnsServer : string
Public ReadOnly Property VirtualNetworkConnectionDnsServer As String

Property Value

Attributes

Applies to