ContainerAppProperties Class

ContainerApp resource specific properties.

Constructor

ContainerAppProperties(*args: Any, **kwargs: Any)

Variables

Name Description
provisioning_state

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

running_status

Running status of the Container App. Known values are: "Progressing", "Running", "Stopped", "Suspended", and "Ready".

managed_environment_id
str

Deprecated. Resource ID of the Container App's environment.

environment_id
str

Resource ID of environment.

workload_profile_name
str

Workload profile name to pin for container app execution.

latest_revision_name
str

Name of the latest revision of the Container App.

latest_ready_revision_name
str

Name of the latest ready revision of the Container App.

latest_revision_fqdn
str

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

custom_domain_verification_id
str

Id used to verify domain name ownership.

configuration

Non versioned Container App configuration properties.

template

Container App versioned application definition.

outbound_ip_addresses

Outbound IP Addresses for container app.

event_stream_endpoint
str

The endpoint of the eventstream of the container app.

Attributes

configuration

Non versioned Container App configuration properties.

configuration: _models.Configuration | None

custom_domain_verification_id

Id used to verify domain name ownership.

custom_domain_verification_id: str | None

environment_id

Resource ID of environment.

environment_id: str | None

event_stream_endpoint

The endpoint of the eventstream of the container app.

event_stream_endpoint: str | None

latest_ready_revision_name

Name of the latest ready revision of the Container App.

latest_ready_revision_name: str | None

latest_revision_fqdn

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

latest_revision_fqdn: str | None

latest_revision_name

Name of the latest revision of the Container App.

latest_revision_name: str | None

managed_environment_id

Deprecated. Resource ID of the Container App's environment.

managed_environment_id: str | None

outbound_ip_addresses

Outbound IP Addresses for container app.

outbound_ip_addresses: list[str] | None

provisioning_state

"InProgress", "Succeeded", "Failed", "Canceled", and "Deleting".

provisioning_state: str | _models.ContainerAppProvisioningState | None

running_status

"Progressing", "Running", "Stopped", "Suspended", and "Ready".

running_status: str | _models.ContainerAppRunningStatus | None

template

Container App versioned application definition.

template: _models.Template | None

workload_profile_name

Workload profile name to pin for container app execution.

workload_profile_name: str | None