Class MxRecordRecordArgs
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.PrivateDns.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MxRecordRecordArgs : ResourceArgs
Constructors
View SourceMxRecordRecordArgs()
Declaration
public MxRecordRecordArgs()
Properties
View SourceExchange
The FQDN of the exchange to MX record points to.
Declaration
public Input<string> Exchange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Preference
The preference of the MX record.
Declaration
public Input<int> Preference { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |