IRecordSet.NaptrRecord Property

Definition

The list of NAPTR records in the record set.

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

Property Value

Attributes

Applies to