Class ZoneState
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 ZoneState : ResourceArgs
Constructors
View SourceZoneState()
Declaration
public ZoneState()
Properties
View SourceMaxNumberOfRecordSets
(Optional) Maximum number of Records in the zone. Defaults to 1000.
Declaration
public Input<int> MaxNumberOfRecordSets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the DNS Zone. Must be a valid domain name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NameServers
(Optional) A list of values that make up the NS record for the zone.
Declaration
public InputList<string> NameServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NumberOfRecordSets
(Optional) The number of records already in the zone.
Declaration
public Input<int> NumberOfRecordSets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |