WorkloadNetworkDnsZone.Domain Property

Definition

Gets or sets domain names of the DNS Zone.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.domain")]
public System.Collections.Generic.IList<string> Domain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.domain")>]
member this.Domain : System.Collections.Generic.IList<string> with get, set
Public Property Domain As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to