VirtualNetworkGatewayConnectionListEntityInner.TunnelConnectionStatus Property

Definition

Gets collection of all tunnels' connection health status.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to