HelmOperatorProperties Constructors
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.
Overloads
HelmOperatorProperties() |
Initializes a new instance of the HelmOperatorProperties class. |
HelmOperatorProperties(String, String) |
Initializes a new instance of the HelmOperatorProperties class. |
HelmOperatorProperties()
Initializes a new instance of the HelmOperatorProperties class.
public HelmOperatorProperties ();
Public Sub New ()
Applies to
HelmOperatorProperties(String, String)
Initializes a new instance of the HelmOperatorProperties class.
public HelmOperatorProperties (string chartVersion = default, string chartValues = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.HelmOperatorProperties : string * string -> Microsoft.Azure.Management.KubernetesConfiguration.Models.HelmOperatorProperties
Public Sub New (Optional chartVersion As String = Nothing, Optional chartValues As String = Nothing)
Parameters
- chartVersion
- String
Version of the operator Helm chart.
- chartValues
- String
Values override for the operator Helm chart.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET