ContainerInfo Class

Definition

The ContainerInfo.

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

Constructors

ContainerInfo()

Initializes a new instance of ContainerInfo.

Properties

CurrentCpuStats

Gets or sets the current cpu stats.

CurrentTimeStamp

Gets or sets the current time stamp.

Eth0

Gets or sets the eth 0.

Id

Gets or sets the id.

MemoryStats

Gets or sets the memory stats.

Name

Gets or sets the name.

PreviousCpuStats

Gets or sets the previous cpu stats.

PreviousTimeStamp

Gets or sets the previous time stamp.

Explicit Interface Implementations

IJsonModel<ContainerInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to