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.ModelReplicaContainer
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
|
The Name of the Container. |
container_id
|
The Id of the Container. |
ready
|
The container ready status. |
started
|
The container start status. |
restart_count
|
The container restart count. |
Variables
Name | Description |
---|---|
name
|
The Name of the Container. |
container_id
|
The Id of the Container. |
ready
|
The container ready status. |
started
|
The container start status. |
restart_count
|
The container restart count. |
running_state
|
Current running state of the container. Known values are: "Running", "Terminated", and "Waiting". |
running_state_details
|
The details of container current running state. |
log_stream_endpoint
|
Log Stream endpoint. |
exec_endpoint
|
Container exec endpoint. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python