Freigeben über


INetworkInterface.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.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="appliedDnsServers")]
public string[] DnsSettingAppliedDnsServer { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="appliedDnsServers")>]
member this.DnsSettingAppliedDnsServer : string[]
Public ReadOnly Property DnsSettingAppliedDnsServer As String()

Property Value

String[]
Attributes

Applies to