你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReplicaContainer Class

Container object under Container App Revision Replica.

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

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.

Default value: None
container_id
str

The Id of the Container.

Default value: None
ready

The container ready status.

Default value: None
started

The container start status.

Default value: None
restart_count
int

The container restart count.

Default value: None

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.