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.PrivateDns
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ZoneState : ResourceArgs
Constructors
View SourceZoneState()
Declaration
public ZoneState()
Properties
View SourceMaxNumberOfRecordSets
The maximum number of record sets that can be created in this Private DNS zone.
Declaration
public Input<int> MaxNumberOfRecordSets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxNumberOfVirtualNetworkLinks
The maximum number of virtual networks that can be linked to this Private DNS zone.
Declaration
public Input<int> MaxNumberOfVirtualNetworkLinks { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxNumberOfVirtualNetworkLinksWithRegistration
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled.
Declaration
public Input<int> MaxNumberOfVirtualNetworkLinksWithRegistration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the Private DNS Zone. Must be a valid domain name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NumberOfRecordSets
The current number of record sets in this Private DNS 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> |