次の方法で共有


VirtualHubRouteTable.Routes プロパティ

定義

すべてのルートの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象