Share via


IRecordSetProperties.ARecord Property

Definition

The list of A records in the record set.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The list of A records in the record set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IARecord) }, ReadOnly=false, Required=false, SerializedName="ARecords")]
public Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IARecord[] ARecord { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The list of A records in the record set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IARecord) }, ReadOnly=false, Required=false, SerializedName="ARecords")>]
member this.ARecord : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IARecord[] with get, set
Public Property ARecord As IARecord()

Property Value

Attributes

Applies to