ContainerAppsBuildProperties interface
The ContainerAppBuild properties.
Properties
| build |
Status of the build once it has been provisioned. |
| configuration | Configuration of the build. |
| destination |
Container registry that the final image will be uploaded to. |
| log |
Endpoint from which the build logs can be streamed. |
| provisioning |
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