次の方法で共有


RouteTable.Routes プロパティ

定義

ルート テーブルに含まれるルートのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象