次の方法で共有


VirtualHubRouteTableV2.Routes プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象