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. |
Azure SDK for Python