Freigeben über


IRouteTable.Route Property

Definition

Collection of routes contained within a route table.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Collection of routes contained within a route table.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute) }, ReadOnly=false, Required=false, SerializedName="routes")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute[] Route { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Collection of routes contained within a route table.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute) }, ReadOnly=false, Required=false, SerializedName="routes")>]
member this.Route : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute[] with get, set
Public Property Route As IRoute()

Property Value

IRoute[]
Attributes

Applies to