Revision Class

Container App Revision.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.appcontainers.models._models_py3.ProxyResource
Revision

Constructor

Revision(**kwargs: Any)

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long

name
str

The name of the resource.

type
str

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
str

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
int

Number of pods currently running for this revision.

traffic_weight
int

Traffic weight assigned to this revision.

provisioning_error
str

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".