你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NaptrRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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() |