Sdílet prostřednictvím


ExpressRouteFailoverStopApiContent Class

Definition

Start packet capture parameters on virtual network gateway.

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

Constructors

ExpressRouteFailoverStopApiContent()

Initializes a new instance of ExpressRouteFailoverStopApiContent.

Properties

Details

List of all the failover connections for this peering location.

PeeringLocation

Peering location of the test.

WasSimulationSuccessful

Whether the failover simulation was successful or not.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExpressRouteFailoverStopApiContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteFailoverStopApiContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteFailoverStopApiContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteFailoverStopApiContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteFailoverStopApiContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to