HelmOperatorProperties Constructors

Definition

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