Sdílet prostřednictvím


ExpressRouteFailoverTestDetails Class

Definition

ExpressRoute failover test details.

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

Properties

Circuits

All circuits in the peering location.

Connections

All connections to the circuits in the peering location.

EndOn

Time when the test was completed.

Issues

A list of all issues with the test.

PeeringLocation

Peering location of the test.

StartOn

Time when the test was started.

Status

The current status of the test.

TestGuid

The unique GUID associated with the test.

TestType

The type of failover test.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExpressRouteFailoverTestDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteFailoverTestDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteFailoverTestDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteFailoverTestDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteFailoverTestDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to