ContainerAppReplicaContainer Class

Definition

Container object under Container App Revision Replica.

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

Constructors

ContainerAppReplicaContainer()

Initializes a new instance of ContainerAppReplicaContainer.

Properties

ContainerId

The Id of the Container.

ExecEndpoint

Container exec endpoint.

IsReady

The container ready status.

IsStarted

The container start status.

LogStreamEndpoint

Log Stream endpoint.

Name

The Name of the Container.

RestartCount

The container restart count.

RunningState

Current running state of the container.

RunningStateDetails

The details of container current running state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppReplicaContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppReplicaContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppReplicaContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppReplicaContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppReplicaContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to