Class MxRecordRecord
Inheritance
System.Object
MxRecordRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Dns.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MxRecordRecord
Fields
View SourceExchange
The mail server responsible for the domain covered by the MX record.
Declaration
public readonly string Exchange
Field Value
| Type | Description |
|---|---|
| System.String |
Preference
String representing the "preference” value of the MX records. Records with lower preference value take priority.
Declaration
public readonly string Preference
Field Value
| Type | Description |
|---|---|
| System.String |