ContainerNetworkInterfaceStatistics Class

Definition

The ContainerNetworkInterfaceStatistics. Serialized Name: ContainerNetworkInterfaceStatistics

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

Constructors

Name Description
ContainerNetworkInterfaceStatistics()

Initializes a new instance of ContainerNetworkInterfaceStatistics.

Properties

Name Description
RxBytes

Serialized Name: ContainerNetworkInterfaceStatistics.rxBytes.

RxDropped

Serialized Name: ContainerNetworkInterfaceStatistics.rxDropped.

RxErrors

Serialized Name: ContainerNetworkInterfaceStatistics.rxErrors.

RxPackets

Serialized Name: ContainerNetworkInterfaceStatistics.rxPackets.

TxBytes

Serialized Name: ContainerNetworkInterfaceStatistics.txBytes.

TxDropped

Serialized Name: ContainerNetworkInterfaceStatistics.txDropped.

TxErrors

Serialized Name: ContainerNetworkInterfaceStatistics.txErrors.

TxPackets

Serialized Name: ContainerNetworkInterfaceStatistics.txPackets.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContainerNetworkInterfaceStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerNetworkInterfaceStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerNetworkInterfaceStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerNetworkInterfaceStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerNetworkInterfaceStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to