Class ARecordState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ARecordState : ResourceArgs
Constructors
View SourceARecordState()
Declaration
public ARecordState()
Properties
View SourceFqdn
The FQDN of the DNS A Record.
Declaration
public Input<string> Fqdn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the DNS A Record.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Records
List of IPv4 Addresses. Conflicts with target_resource_id.
Declaration
public InputList<string> Records { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ResourceGroupName
Specifies the resource group where the DNS Zone (parent 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> |
TargetResourceId
The Azure resource id of the target object. Conflicts with records
Declaration
public Input<string> TargetResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ZoneName
Specifies the 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> |