MxRecord Class
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 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
Caa |
(Inherited from DnsRecordBase) |
Caa |
(Inherited from DnsRecordBase) |
Txt |
(Inherited from DnsRecordBase) |
Txt |
(Inherited from DnsRecordBase) |
Txt |
(Inherited from DnsRecordBase) |
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. |
Clone() |
Cerates a deep copy of this object |
To |