ContainerAppProperties Class

ContainerApp resource specific properties.

Constructor

ContainerAppProperties()

Variables

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

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

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

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

managedEnvironmentId
str

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

environmentId
str

Resource ID of environment.

networking
<xref:<xref:"ContainerAppNetworkingConfiguration">>

Networking configuration for the Container App.

workloadProfileName
str

Workload profile name to pin for container app execution.

latestRevisionName
str

Name of the latest revision of the Container App.

latestReadyRevisionName
str

Name of the latest ready revision of the Container App.

latestRevisionFqdn
str

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

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

outboundIpAddresses

Outbound IP Addresses for container app.

eventStreamEndpoint
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

networking

Networking configuration for the Container App.

networking: ContainerAppNetworkingConfiguration

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