ContainerApp Class

Container App.

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.Resource
ContainerApp

Constructor

ContainerApp(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, kube_environment_id: str | None = None, configuration: _models.Configuration | None = None, template: _models.Template | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

location
str

Resource Location. Required.

tags

Resource tags.

kube_environment_id
str

Resource ID of the Container App's KubeEnvironment.

configuration

Non versioned Container App configuration properties.

template

Container App versioned application definition.

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.

provisioning_state

Provisioning state of the Container App. Known values are: "InProgress", "Succeeded", "Failed", and "Canceled".

kube_environment_id
str

Resource ID of the Container App's KubeEnvironment.

latest_revision_name
str

Name of the latest revision of the Container App.

latest_revision_fqdn
str

Fully Qualified Domain Name of the latest revision of the Container App.

configuration

Non versioned Container App configuration properties.

template

Container App versioned application definition.