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.Dns
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ZoneState : ResourceArgs

Constructors

View Source

ZoneState()

Declaration
public ZoneState()

Properties

View Source

MaxNumberOfRecordSets

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

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

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

NumberOfRecordSets

(Optional) The number of records already in the 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.