Condividi tramite


NaptrRecord Class

Definition

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

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

Constructors

NaptrRecord()

Fields

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

Properties

Flags

Gets or sets the flags for this NAPTR record.

Order

Gets or sets the order for this NAPTR record.

Preference

Gets or sets the preference metric for this NAPTR record.

Regexp

Gets or sets the regular expression for this NAPTR record.

Replacement

Gets or sets the replacement for this NAPTR record.

Services

Gets or sets the services for this NAPTR record.

Methods

Clone()

Cerates a deep copy of this object

ToString()

Applies to