AzureReachabilityReportLatencyInfo Class

Definition

Details on latency for a time series.

public class AzureReachabilityReportLatencyInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AzureReachabilityReportLatencyInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AzureReachabilityReportLatencyInfo>
public class AzureReachabilityReportLatencyInfo
type AzureReachabilityReportLatencyInfo = class
    interface IJsonModel<AzureReachabilityReportLatencyInfo>
    interface IPersistableModel<AzureReachabilityReportLatencyInfo>
type AzureReachabilityReportLatencyInfo = class
Public Class AzureReachabilityReportLatencyInfo
Implements IJsonModel(Of AzureReachabilityReportLatencyInfo), IPersistableModel(Of AzureReachabilityReportLatencyInfo)
Public Class AzureReachabilityReportLatencyInfo
Inheritance
AzureReachabilityReportLatencyInfo
Implements

Properties

Score

The relative latency score between 1 and 100, higher values indicating a faster connection.

TimeStamp

The time stamp.

Explicit Interface Implementations

IJsonModel<AzureReachabilityReportLatencyInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureReachabilityReportLatencyInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureReachabilityReportLatencyInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureReachabilityReportLatencyInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureReachabilityReportLatencyInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to