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

MxRecord Class

Definition

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

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

Constructors

MxRecord()

Fields

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

Properties

Exchange

Gets or sets the domain name of the mail host, without a terminating dot

Preference

Gets or sets the preference metric for this MX record.

Methods

Clone()

Cerates a deep copy of this object

ToString()

Applies to