Show / Hide Table of Contents

Class MxRecordRecordArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MxRecordRecordArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MxRecordRecordArgs : ResourceArgs

Constructors

View Source

MxRecordRecordArgs()

Declaration
public MxRecordRecordArgs()

Properties

View Source

Exchange

The mail server responsible for the domain covered by the MX record.

Declaration
public Input<string> Exchange { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Preference

String representing the "preference” value of the MX records. Records with lower preference value take priority.

Declaration
public Input<string> Preference { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.