RecordSet.AaaaRecords Property

Definition

Gets or sets the list of AAAA records in the record set.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to