ConnectivityCheckResult 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 ConnectivityCheckResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ConnectivityCheckResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ConnectivityCheckResult>
type ConnectivityCheckResult = class
interface IJsonModel<ConnectivityCheckResult>
interface IPersistableModel<ConnectivityCheckResult>
Public Class ConnectivityCheckResult
Implements IJsonModel(Of ConnectivityCheckResult), IPersistableModel(Of ConnectivityCheckResult)
- Inheritance
-
ConnectivityCheckResult
- Implements
Properties
AvgLatencyInMs |
Average latency in milliseconds. |
ConnectionStatus |
The connection status. |
Hops |
List of hops between the source and the destination. |
MaxLatencyInMs |
Maximum latency in milliseconds. |
MinLatencyInMs |
Minimum latency in milliseconds. |
ProbesFailed |
Number of failed probes. |
ProbesSent |
Total number of probes sent. |
Explicit Interface Implementations
IJsonModel<ConnectivityCheckResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectivityCheckResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectivityCheckResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectivityCheckResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectivityCheckResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET