次の方法で共有


VnetInfoInner.Routes プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象