次の方法で共有


VnetRoute.StaticRoutes プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象