Share via


INetworkFeatures.VirtualNetworkConnectionRoute Property

Definition

The routes that this Virtual Network connection uses.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The routes that this Virtual Network connection uses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IVnetRoute) }, ReadOnly=true, Required=false, SerializedName="routes")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IVnetRoute[] VirtualNetworkConnectionRoute { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The routes that this Virtual Network connection uses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IVnetRoute) }, ReadOnly=true, Required=false, SerializedName="routes")>]
member this.VirtualNetworkConnectionRoute : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IVnetRoute[]
Public ReadOnly Property VirtualNetworkConnectionRoute As IVnetRoute()

Property Value

Attributes

Applies to