VpnClientConnectionHealth Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VpnClientConnectionHealth properties.
public class VpnClientConnectionHealth : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VpnClientConnectionHealth>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VpnClientConnectionHealth>
public class VpnClientConnectionHealth
type VpnClientConnectionHealth = class
interface IJsonModel<VpnClientConnectionHealth>
interface IPersistableModel<VpnClientConnectionHealth>
type VpnClientConnectionHealth = class
Public Class VpnClientConnectionHealth
Implements IJsonModel(Of VpnClientConnectionHealth), IPersistableModel(Of VpnClientConnectionHealth)
Public Class VpnClientConnectionHealth
- Inheritance
-
VpnClientConnectionHealth
- Implements
Properties
AllocatedIPAddresses |
List of allocated ip addresses to the connected p2s vpn clients. |
TotalEgressBytesTransferred |
Total of the Egress Bytes Transferred in this connection. |
TotalIngressBytesTransferred |
Total of the Ingress Bytes Transferred in this P2S Vpn connection. |
VpnClientConnectionsCount |
The total of p2s vpn clients connected at this time to this P2SVpnGateway. |
Explicit Interface Implementations
IJsonModel<VpnClientConnectionHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VpnClientConnectionHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VpnClientConnectionHealth>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VpnClientConnectionHealth>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VpnClientConnectionHealth>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET