次の方法で共有


VirtualNetworkGatewayConnectionListEntity.TunnelConnectionStatus プロパティ

定義

すべてのトンネルの接続正常性状態のコレクションを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象