AzureReachabilityReportItem Class

Definition

Azure reachability report details for a given provider location.

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

Properties

AzureLocation

The Azure region.

Latencies

List of latency details for each of the time series.

Provider

The Internet service provider.

Explicit Interface Implementations

IJsonModel<AzureReachabilityReportItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureReachabilityReportItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureReachabilityReportItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureReachabilityReportItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureReachabilityReportItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to