IZone.ResolutionVirtualNetwork Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=true, Description="A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="resolutionVirtualNetworks", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource> ResolutionVirtualNetwork { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=true, Description="A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="resolutionVirtualNetworks", Update=true)>]
member this.ResolutionVirtualNetwork : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource> with get, set
Public Property ResolutionVirtualNetwork As List(Of ISubResource)

Property Value

Attributes

Applies to