Share via


ContainerAppPropertiesOutput interface

ContainerApp resource specific properties

Properties

configuration

Non versioned Container App configuration properties.

kubeEnvironmentId

Resource ID of the Container App's KubeEnvironment.

latestRevisionFqdn

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

latestRevisionName

Name of the latest revision of the Container App.

provisioningState

Provisioning state of the Container App.

template

Container App versioned application definition.

Property Details

configuration

Non versioned Container App configuration properties.

configuration?: ConfigurationOutput

Property Value

kubeEnvironmentId

Resource ID of the Container App's KubeEnvironment.

kubeEnvironmentId?: string

Property Value

string

latestRevisionFqdn

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

latestRevisionFqdn?: string

Property Value

string

latestRevisionName

Name of the latest revision of the Container App.

latestRevisionName?: string

Property Value

string

provisioningState

Provisioning state of the Container App.

provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress"

Property Value

"Failed" | "Succeeded" | "Canceled" | "InProgress"

template

Container App versioned application definition.

template?: TemplateOutput

Property Value