次の方法で共有


NetworkInterfaceDnsSettings.AppliedDnsServers プロパティ

定義

この NIC を使用する VM が可用性セットの一部である場合、この一覧には可用性セットの一部であるすべての NIC のすべての DNS サーバーの和集合が含まれます。 このプロパティは、これらの各 VM で構成されるプロパティです。

[Newtonsoft.Json.JsonProperty(PropertyName="appliedDnsServers")]
public System.Collections.Generic.IList<string> AppliedDnsServers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appliedDnsServers")>]
member this.AppliedDnsServers : System.Collections.Generic.IList<string>
Public ReadOnly Property AppliedDnsServers As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象