HelmChartDependency.Alias Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the alias for the Helm chart dependency. The alias is an optional identifier that can be used to reference or override the default name of the dependency.
[YamlDotNet.Serialization.YamlMember(Alias="alias")]
public string Alias { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="alias")>]
member this.Alias : string with get, set
Public Property Alias As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute