次の方法で共有


RouteTable.Routes Property

Definition

Gets or sets collection of routes contained within a route table.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.routes")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Route> Routes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.routes")>]
member this.Routes : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Route> with get, set
Public Property Routes As IList(Of Route)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to