Replica Class
Container App Revision Replica.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.appcontainers.models._models_py3.ProxyResourceReplica
Constructor
Replica(*, containers: List[_models.ReplicaContainer] | None = None, init_containers: List[_models.ReplicaContainer] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
containers
|
The containers collection under a replica. |
init_containers
|
The init containers collection under a replica. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
created_time
|
Timestamp describing when the pod was created by controller. |
running_state
|
Current running state of the replica. Known values are: "Running", "NotRunning", and "Unknown". |
running_state_details
|
The details of replica current running state. |
containers
|
The containers collection under a replica. |
init_containers
|
The init containers collection under a replica. |
Azure SDK for Python