IZone.ResolutionVirtualNetwork Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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