Show / Hide Table of Contents

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.PrivateDns.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MxRecordRecord

Fields

View Source

Exchange

The FQDN of the exchange to MX record points to.

Declaration
public readonly string Exchange
Field Value
Type Description
System.String
View Source

Preference

The preference of the MX record.

Declaration
public readonly int Preference
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.