RecordSet.ARecords Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to