次の方法で共有


BackendAddressPool.TunnelInterfaces プロパティ

定義

ゲートウェイ ロード バランサー トンネル インターフェイスの配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象