ConnectivityInformationInner 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 ConnectivityInformationInner
type ConnectivityInformationInner = class
Public Class ConnectivityInformationInner
- Inheritance
-
ConnectivityInformationInner
Constructors
ConnectivityInformationInner() |
Initializes a new instance of the ConnectivityInformationInner class. |
ConnectivityInformationInner(IList<ConnectivityHop>, ConnectionStatus, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ConnectivityInformationInner 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. |