Skip to content
Docs Try Aspire
Docs Try

HelmChartVersionAnnotation Constructors

Class Constructors 1 member
An annotation placed on a KubernetesEnvironmentResource that specifies the Helm chart version for deployment.
Constructor(ReferenceExpression) Section titled Constructor(ReferenceExpression)
An annotation placed on a KubernetesEnvironmentResource that specifies the Helm chart version for deployment.
public sealed class HelmChartVersionAnnotation
{
public HelmChartVersionAnnotation(
ReferenceExpression version)
{
// ...
}
}
version ReferenceExpression A ApplicationModel.ReferenceExpression representing the chart version value.