Share via


IZone.ZoneType Property

Definition

The type of this DNS zone (Public or Private).

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The type of this DNS zone (Public or Private).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.ZoneType) }, ReadOnly=false, Required=false, SerializedName="zoneType")]
public Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.ZoneType? ZoneType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The type of this DNS zone (Public or Private).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.ZoneType) }, ReadOnly=false, Required=false, SerializedName="zoneType")>]
member this.ZoneType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.ZoneType> with get, set
Public Property ZoneType As Nullable(Of ZoneType)

Property Value

Attributes

Applies to