Show / Hide Table of Contents

Class ZoneState

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneState
Inherited Members
ResourceArgs.Empty
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 Source

ZoneState()

Declaration
public ZoneState()

Properties

View Source

MaxNumberOfRecordSets

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.