ContainerAppProperties Class
ContainerApp resource specific properties.
Constructor
ContainerAppProperties()
Variables
| Name | Description |
|---|---|
|
provisioningState
|
Provisioning state of the Container App. Known values are: "InProgress", "Succeeded", "Failed", "Canceled", and "Deleting". |
|
runningStatus
|
Running status of the Container App. Known values are: "Progressing", "Running", "Stopped", "Suspended", and "Ready". |
|
managedEnvironmentId
|
Deprecated. Resource ID of the Container App's environment. |
|
environmentId
|
Resource ID of environment. |
|
networking
|
<xref:<xref:"ContainerAppNetworkingConfiguration">>
Networking configuration for the Container App. |
|
workloadProfileName
|
Workload profile name to pin for container app execution. |
|
latestRevisionName
|
Name of the latest revision of the Container App. |
|
latestReadyRevisionName
|
Name of the latest ready revision of the Container App. |
|
latestRevisionFqdn
|
Fully Qualified Domain Name of the latest revision of the Container App. |
|
customDomainVerificationId
|
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
|
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