次の方法で共有


DnsConfiguration.NameServers プロパティ

定義

コンテナー グループの DNS サーバーを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="nameServers")]
public System.Collections.Generic.IList<string> NameServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nameServers")>]
member this.NameServers : System.Collections.Generic.IList<string> with get, set
Public Property NameServers As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象