你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IZoneProperties.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