次の方法で共有


ZoneInner.NameServers プロパティ

定義

この DNS ゾーンのネーム サーバーを取得します。 これは読み取り専用プロパティであり、この値を設定しようとすると無視されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象