Skip to content
Docs Try Aspire

PowerShellVariableReferenceAnnotation<T>

Record net10.0
📦 CommunityToolkit.Aspire.Hosting.PowerShell v13.1.1
Represents a PowerShell variable reference annotation.
namespace CommunityToolkit.Aspire.Hosting.PowerShell;
public record PowerShellVariableReferenceAnnotation<T>
: Aspire.Hosting.ApplicationModel.IResourceAnnotation,
System.IEquatable<CommunityToolkit.Aspire.Hosting.PowerShell.PowerShellVariableReferenceAnnotation<T>>
{
// ...
}
T
IResourceAnnotationIEquatable<PowerShellVariableReferenceAnnotation<T>>