ContainerAppProperties Class

ContainerApp resource specific properties.

Constructor

ContainerAppProperties()

Variables

Name Description
provisioning_state
Union[str, <xref:"ContainerAppProvisioningState">]

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

running_status
Union[str, <xref:"ContainerAppRunningStatus">]

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
<xref:<xref:"Configuration">>

Non versioned Container App configuration properties.

template
<xref:<xref:"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: Configuration

customDomainVerificationId

Id used to verify domain name ownership.

customDomainVerificationId: str

environmentId

Resource ID of environment.

environmentId: str

eventStreamEndpoint

The endpoint of the eventstream of the container app.

eventStreamEndpoint: str

latestReadyRevisionName

Name of the latest ready revision of the Container App.

latestReadyRevisionName: str

latestRevisionFqdn

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

latestRevisionFqdn: str

latestRevisionName

Name of the latest revision of the Container App.

latestRevisionName: str

managedEnvironmentId

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

managedEnvironmentId: str

outboundIpAddresses

Outbound IP Addresses for container app.

outboundIpAddresses: list[str]

provisioningState

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

provisioningState: str | ContainerAppProvisioningState

runningStatus

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

runningStatus: str | ContainerAppRunningStatus

template

Container App versioned application definition.

template: Template

workloadProfileName

Workload profile name to pin for container app execution.

workloadProfileName: str