次の方法で共有


VnetInfoResource.Routes プロパティ

定義

このVirtual Network接続で使用されるルートを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象