ConnectivityInformation 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.
Information on the connectivity status.
public class ConnectivityInformation
type ConnectivityInformation = class
Public Class ConnectivityInformation
- Inheritance
-
ConnectivityInformation
Constructors
ConnectivityInformation() |
Initializes a new instance of the ConnectivityInformation class. |
ConnectivityInformation(IList<ConnectivityHop>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ConnectivityInformation class. |
Properties
AvgLatencyInMs |
Gets average latency in milliseconds. |
ConnectionStatus |
Gets the connection status. Possible values include: 'Unknown', 'Connected', 'Disconnected', 'Degraded' |
Hops |
Gets list of hops between the source and the destination. |
MaxLatencyInMs |
Gets maximum latency in milliseconds. |
MinLatencyInMs |
Gets minimum latency in milliseconds. |
ProbesFailed |
Gets number of failed probes. |
ProbesSent |
Gets total number of probes sent. |
Applies to
Azure SDK for .NET