次の方法で共有


RecordSetInner.NsRecords プロパティ

定義

レコード セット内の NS レコードの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.NSRecords")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.NsRecord> NsRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.NSRecords")>]
member this.NsRecords : System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.NsRecord> with get, set
Public Property NsRecords As IList(Of NsRecord)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象