NetworkInterfacePropertiesFormat.DnsSettingAppliedDnsServer Property

Definition

If the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> DnsSettingAppliedDnsServer { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)>]
member this.DnsSettingAppliedDnsServer : System.Collections.Generic.List<string>
Public ReadOnly Property DnsSettingAppliedDnsServer As List(Of String)

Property Value

Implements

Attributes

Applies to