IRouteTablePropertiesFormat.Route 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.
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