次の方法で共有


RecordSet.PtrRecords プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象