TlsaRecord Class

Definition

Represents a DNS record of type TLSA that is part of a DnsRecordSet.

public class TlsaRecord : Microsoft.Azure.Commands.Dns.DnsRecordBase
type TlsaRecord = class
    inherit DnsRecordBase
Public Class TlsaRecord
Inherits DnsRecordBase
Inheritance
TlsaRecord

Constructors

TlsaRecord()

Fields

CaaRecordMaxLength (Inherited from DnsRecordBase)
CaaRecordMinLength (Inherited from DnsRecordBase)
TxtRecordChunkSize (Inherited from DnsRecordBase)
TxtRecordMaxLength (Inherited from DnsRecordBase)
TxtRecordMinLength (Inherited from DnsRecordBase)

Properties

CertificateAssociationData

Gets or sets the certificate association data for this record.

MatchingType

Gets or sets the matching type for this record.

Selector

Gets or sets the selector for this record.

Usage

Gets or sets the certificate usage for this record.

Methods

Clone()
ToString()

Applies to