Revision Class
Container App Revision.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Revision(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified resource ID for the resource. E.g. "/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 revision was created by controller. |
|
last_active_time
|
Timestamp describing when the revision was last active. Only meaningful when revision is inactive. |
|
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". |
|
running_state
|
Current running state of the revision. Known values are: "Running", "Processing", "Stopped", "Degraded", "Failed", and "Unknown". |