ZoneInner.RegistrationVirtualNetworks Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to