ContainerAppsBuildConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration of the build.
public class ContainerAppsBuildConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppsBuildConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppsBuildConfiguration>
type ContainerAppsBuildConfiguration = class
interface IJsonModel<ContainerAppsBuildConfiguration>
interface IPersistableModel<ContainerAppsBuildConfiguration>
Public Class ContainerAppsBuildConfiguration
Implements IJsonModel(Of ContainerAppsBuildConfiguration), IPersistableModel(Of ContainerAppsBuildConfiguration)
- Inheritance
-
ContainerAppsBuildConfiguration
- Implements
Properties
| Name | Description |
|---|---|
| BaseOs |
Base OS used to build and run the app. |
| EnvironmentVariables |
List of environment variables to be passed to the build, secrets should not be used in environment variable. |
| Platform |
Platform to be used to build and run the app. |
| PlatformVersion |
Platform version to be used to build and run the app. |
| PreBuildSteps |
List of steps to perform before the build. |