ContainerMemoryStatistics Class

Definition

The ContainerMemoryStatistics.

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

Constructors

ContainerMemoryStatistics()

Initializes a new instance of ContainerMemoryStatistics.

Properties

Limit

Gets or sets the limit.

MaxUsage

Gets or sets the max usage.

Usage

Gets or sets the usage.

Explicit Interface Implementations

IJsonModel<ContainerMemoryStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerMemoryStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerMemoryStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerMemoryStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerMemoryStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to