Skip to content
DocsTry Aspire
DocsTry

HelmChartNameAnnotation Constructors

ClassConstructors1 member
An annotation placed on a KubernetesEnvironmentResource that specifies the Helm chart name written to the generated Chart.yaml.
Constructor(ReferenceExpression)Section titled Constructor(ReferenceExpression)
An annotation placed on a KubernetesEnvironmentResource that specifies the Helm chart name written to the generated Chart.yaml.
public sealed class HelmChartNameAnnotation
{
public HelmChartNameAnnotation(
ReferenceExpression name)
{
// ...
}
}
nameReferenceExpressionA ApplicationModel.ReferenceExpression representing the chart name value.