CustomResourceSnapshot.EnvironmentVariables Property

Definition

The environment variables that should show up in the dashboard for this resource.

public System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.EnvironmentVariableSnapshot> EnvironmentVariables { get; init; }
member this.EnvironmentVariables : System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.EnvironmentVariableSnapshot> with get, set
Public Property EnvironmentVariables As ImmutableArray(Of EnvironmentVariableSnapshot)

Property Value

Applies to