IRecordSetProperties.CaaRecord Property

Definition

The list of CAA records in the record set.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=true, Description="The list of CAA records in the record set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ICaaRecord) }, Read=true, ReadOnly=false, Required=false, SerializedName="caaRecords", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ICaaRecord> CaaRecord { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=true, Description="The list of CAA records in the record set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ICaaRecord) }, Read=true, ReadOnly=false, Required=false, SerializedName="caaRecords", Update=true)>]
member this.CaaRecord : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ICaaRecord> with get, set
Public Property CaaRecord As List(Of ICaaRecord)

Property Value

Attributes

Applies to