ContainerAppsBuildProperties interface

The ContainerAppBuild properties.

Properties

buildStatus

Status of the build once it has been provisioned.

configuration

Configuration of the build.

destinationContainerRegistry

Container registry that the final image will be uploaded to.

logStreamEndpoint

Endpoint from which the build logs can be streamed.

provisioningState

Build provisioning state.

Property Details

buildStatus

Status of the build once it has been provisioned.

buildStatus?: string

Property Value

string

configuration

Configuration of the build.

configuration?: ContainerAppsBuildConfiguration

Property Value

destinationContainerRegistry

Container registry that the final image will be uploaded to.

destinationContainerRegistry?: ContainerRegistryWithCustomImage

Property Value

logStreamEndpoint

Endpoint from which the build logs can be streamed.

logStreamEndpoint?: string

Property Value

string

provisioningState

Build provisioning state.

provisioningState?: string

Property Value

string