BuildConfiguration.EnvironmentVariables Property

Definition

List of environment variables to be passed to the build, secrets should not be used in environment variable.

public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.EnvironmentVariable> EnvironmentVariables { get; }
member this.EnvironmentVariables : System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.EnvironmentVariable>
Public ReadOnly Property EnvironmentVariables As IList(Of EnvironmentVariable)

Property Value

Applies to