Sdílet prostřednictvím


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(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.Api20230701Preview.ISubResource) }, ReadOnly=false, Required=false, SerializedName="resolutionVirtualNetworks")]
public Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISubResource[] ResolutionVirtualNetwork { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(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.Api20230701Preview.ISubResource) }, ReadOnly=false, Required=false, SerializedName="resolutionVirtualNetworks")>]
member this.ResolutionVirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISubResource[] with get, set
Public Property ResolutionVirtualNetwork As ISubResource()

Property Value

Attributes

Applies to