Revision Class
Container App Revision.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web.v2023_01_01.models._models_py3.ResourceRevision
Constructor
Revision(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
location
|
Resource Location. Required. |
tags
|
Resource tags. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
location
|
Resource Location. Required. |
type
|
Resource type. |
tags
|
Resource tags. |
created_time
|
Timestamp describing when the revision was created by controller. |
fqdn
|
Fully qualified domain name of the revision. |
template
|
Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time. |
active
|
Boolean describing if the Revision is Active. |
replicas
|
Number of pods currently running for this revision. |
traffic_weight
|
Traffic weight assigned to this revision. |
provisioning_error
|
Optional Field - Platform Error Message. |
health_state
|
Current health State of the revision. Known values are: "Healthy", "Unhealthy", and "None". |
provisioning_state
|
Current provisioning State of the revision. Known values are: "Provisioning", "Provisioned", "Failed", "Deprovisioning", and "Deprovisioned". |
Azure SDK for Python