次の方法で共有


RecordSetInner.ARecords プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象