RecordSet.CaaRecords Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to