ReplicaContainer Class

Container object under Container App Revision Replica.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.appcontainers._serialization.Model
ReplicaContainer

Constructor

ReplicaContainer(*, name: str | None = None, container_id: str | None = None, ready: bool | None = None, started: bool | None = None, restart_count: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The Name of the Container.

container_id
str

The Id of the Container.

ready

The container ready status.

started

The container start status.

restart_count
int

The container restart count.

Variables

Name Description
name
str

The Name of the Container.

container_id
str

The Id of the Container.

ready

The container ready status.

started

The container start status.

restart_count
int

The container restart count.

running_state

Current running state of the container. Known values are: "Running", "Terminated", and "Waiting".

running_state_details
str

The details of container current running state.

log_stream_endpoint
str

Log Stream endpoint.

exec_endpoint
str

Container exec endpoint.