IRecordSetProperties.TlsaRecord Property

Definition

The list of TLSA records in the record set.

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

Property Value

Attributes

Applies to