IZone.ZoneType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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