Sdílet prostřednictvím


IZone.RegistrationVirtualNetwork Property

Definition

A list of references to virtual networks that register hostnames 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 register hostnames 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="registrationVirtualNetworks")]
public Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISubResource[] RegistrationVirtualNetwork { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="A list of references to virtual networks that register hostnames 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="registrationVirtualNetworks")>]
member this.RegistrationVirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISubResource[] with get, set
Public Property RegistrationVirtualNetwork As ISubResource()

Property Value

Attributes

Applies to