IVnetInfoResource.Route Property

Definition

The routes that this Virtual Network connection uses.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The routes that this Virtual Network connection uses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetRoute) }, Read=true, ReadOnly=true, Required=false, SerializedName="routes", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetRoute> Route { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The routes that this Virtual Network connection uses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetRoute) }, Read=true, ReadOnly=true, Required=false, SerializedName="routes", Update=false)>]
member this.Route : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetRoute>
Public ReadOnly Property Route As List(Of IVnetRoute)

Property Value

Attributes

Applies to