Share via


VpnClientConnectionHealth.VpnClientConnectionsCount Property

Definition

Gets or sets the total of p2s vpn clients connected at this time to this P2SVpnGateway.

[Newtonsoft.Json.JsonProperty(PropertyName="vpnClientConnectionsCount")]
public int? VpnClientConnectionsCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vpnClientConnectionsCount")>]
member this.VpnClientConnectionsCount : Nullable<int> with get, set
Public Property VpnClientConnectionsCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to