EnvironmentVariableSnapshot Class

Definition

A snapshot of an environment variable.

public sealed class EnvironmentVariableSnapshot : IEquatable<Aspire.Hosting.ApplicationModel.EnvironmentVariableSnapshot>
type EnvironmentVariableSnapshot = class
    interface IEquatable<EnvironmentVariableSnapshot>
Public NotInheritable Class EnvironmentVariableSnapshot
Implements IEquatable(Of EnvironmentVariableSnapshot)
Inheritance
EnvironmentVariableSnapshot
Implements

Constructors

EnvironmentVariableSnapshot(String, String, Boolean)

A snapshot of an environment variable.

Properties

IsFromSpec

Determines if this environment variable was defined in the resource explicitly or computed (for e.g. inherited from the process hierarchy).

Name

The name of the environment variable.

Value

The value of the environment variable.

Methods

<Clone>$()
Deconstruct(String, String, Boolean)
Equals(EnvironmentVariableSnapshot)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(EnvironmentVariableSnapshot, EnvironmentVariableSnapshot)
Inequality(EnvironmentVariableSnapshot, EnvironmentVariableSnapshot)

Applies to