ContainerAppProperties Class
ContainerApp resource specific properties.
Constructor
ContainerAppProperties()
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
|
Deprecated. Resource ID of the Container App's environment. |
|
environment_id
|
Resource ID of environment. |
|
workload_profile_name
|
Workload profile name to pin for container app execution. |
|
latest_revision_name
|
Name of the latest revision of the Container App. |
|
latest_ready_revision_name
|
Name of the latest ready revision of the Container App. |
|
latest_revision_fqdn
|
Fully Qualified Domain Name of the latest revision of the Container App. |
|
custom_domain_verification_id
|
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
|
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