ContainerNetworkInterfaceStatistics Class

Definition

The ContainerNetworkInterfaceStatistics.

public class 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
type ContainerNetworkInterfaceStatistics = class
    interface IJsonModel<ContainerNetworkInterfaceStatistics>
    interface IPersistableModel<ContainerNetworkInterfaceStatistics>
Public Class ContainerNetworkInterfaceStatistics
Public Class ContainerNetworkInterfaceStatistics
Implements IJsonModel(Of ContainerNetworkInterfaceStatistics), IPersistableModel(Of ContainerNetworkInterfaceStatistics)
Inheritance
ContainerNetworkInterfaceStatistics
Implements

Constructors

ContainerNetworkInterfaceStatistics()

Initializes a new instance of ContainerNetworkInterfaceStatistics.

Properties

RxBytes

Gets or sets the rx bytes.

RxDropped

Gets or sets the rx dropped.

RxErrors

Gets or sets the rx errors.

RxPackets

Gets or sets the rx packets.

TxBytes

Gets or sets the tx bytes.

TxDropped

Gets or sets the tx dropped.

TxErrors

Gets or sets the tx errors.

TxPackets

Gets or sets the tx packets.

Explicit Interface Implementations

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