ZoneInner.ResolutionVirtualNetworks Property

Definition

Gets or sets a list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.resolutionVirtualNetworks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> ResolutionVirtualNetworks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resolutionVirtualNetworks")>]
member this.ResolutionVirtualNetworks : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> with get, set
Public Property ResolutionVirtualNetworks As IList(Of SubResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to