你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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