EnvironmentVariableSnapshot
Recordsealednet10.0
A snapshot of an environment variable.
namespace Aspire.Hosting.ApplicationModel;
public sealed record EnvironmentVariableSnapshot : System.IEquatable<Aspire.Hosting.ApplicationModel.EnvironmentVariableSnapshot>{ // ...}IEquatable<EnvironmentVariableSnapshot>
12 members
Constructors1
Section titled Constructors A snapshot of an environment variable.
Properties3
Section titled PropertiesIsFromSpecget; initboolDetermines if this environment variable was defined in the resource explicitly or computed (for e.g. inherited from the process hierarchy).
Methods8
Section titled MethodsboolIndicates whether the current object is equal to another object of the same type.