Skip to content
DocsTry Aspire
DocsTry

PowerShellVariableReferenceAnnotation<T>

Recordnet10.0
📦 CommunityToolkit.Aspire.Hosting.PowerShell v13.4.0
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>>