ExpressRouteCircuitStats Class

Definition

Contains stats associated with the peering.

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

Constructors

ExpressRouteCircuitStats()

Initializes a new instance of ExpressRouteCircuitStats.

Properties

PrimarybytesIn

The Primary BytesIn of the peering.

PrimarybytesOut

The primary BytesOut of the peering.

SecondarybytesIn

The secondary BytesIn of the peering.

SecondarybytesOut

The secondary BytesOut of the peering.

Explicit Interface Implementations

IJsonModel<ExpressRouteCircuitStats>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteCircuitStats>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteCircuitStats>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteCircuitStats>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteCircuitStats>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to