ContainerAppsBuildConfiguration.EnvironmentVariables Property
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.
List of environment variables to be passed to the build, secrets should not be used in environment variable.
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppContainers.Models.EnvironmentVariable> EnvironmentVariables { get; }
member this.EnvironmentVariables : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppContainers.Models.EnvironmentVariable>
Public ReadOnly Property EnvironmentVariables As IReadOnlyList(Of EnvironmentVariable)