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