Share via


ExpressRouteFailoverSingleTestDetails Class

Definition

ExpressRoute failover single test details.

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

Properties

EndTimeUtc

Time when the test was completed.

FailoverConnectionDetails

List of all the failover connections for this peering ___location.

NonRedundantRoutes

List of al the routes that were received only from this peering ___location.

PeeringLocation

Peering ___location of the test.

RedundantRoutes

List of routes received from this peering as well as some other peering ___location.

StartTimeUtc

Time when the test was started.

Status

The current status of the test.

WasSimulationSuccessful

Whether the failover simulation was successful or not.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExpressRouteFailoverSingleTestDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteFailoverSingleTestDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteFailoverSingleTestDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteFailoverSingleTestDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteFailoverSingleTestDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to