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_12_01.models._models_py3.ResourceContainerApp
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
|
Kind of resource. |
location
|
Resource Location. Required. |
tags
|
Resource tags. |
kube_environment_id
|
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
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
location
|
Resource Location. Required. |
type
|
Resource type. |
tags
|
Resource tags. |
provisioning_state
|
Provisioning state of the Container App. Known values are: "InProgress", "Succeeded", "Failed", and "Canceled". |
kube_environment_id
|
Resource ID of the Container App's KubeEnvironment. |
latest_revision_name
|
Name of the latest revision of the Container App. |
latest_revision_fqdn
|
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. |
Azure SDK for Python