ZoneInner.ZoneType Property

Definition

Gets or sets the type of this DNS zone (Public or Private). Possible values include: 'Public', 'Private'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.zoneType")]
public Microsoft.Azure.Management.Dns.Fluent.Models.ZoneType? ZoneType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.zoneType")>]
member this.ZoneType : Nullable<Microsoft.Azure.Management.Dns.Fluent.Models.ZoneType> with get, set
Public Property ZoneType As Nullable(Of ZoneType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to