Dela via


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_12_01.models._models_py3.Resource
Revision

Constructor

Revision(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

location
str

Resource Location. Required.

tags

Resource tags.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

location
str

Resource Location. Required.

type
str

Resource type.

tags

Resource tags.

created_time

Timestamp describing when the revision was created by controller.

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