Class MxRecordArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MxRecordArgs : ResourceArgs
Constructors
View SourceMxRecordArgs()
Declaration
public MxRecordArgs()
Properties
View SourceName
The name of the DNS MX Record. Changing this forces a new resource to be created. Default to '@' for root zone entry.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Records
One or more record blocks as defined below.
Declaration
public InputList<MxRecordRecordArgs> Records { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MxRecordRecordArgs> |
ResourceGroupName
Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Ttl
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ZoneName
Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ZoneName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |