次の方法で共有


HelmOperatorProperties コンストラクター

定義

オーバーロード

HelmOperatorProperties()

HelmOperatorProperties クラスの新しいインスタンスを初期化します。

HelmOperatorProperties(String, String)

HelmOperatorProperties クラスの新しいインスタンスを初期化します。

HelmOperatorProperties()

HelmOperatorProperties クラスの新しいインスタンスを初期化します。

public HelmOperatorProperties ();
Public Sub New ()

適用対象

HelmOperatorProperties(String, String)

HelmOperatorProperties クラスの新しいインスタンスを初期化します。

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)

パラメーター

chartVersion
String

演算子 Helm チャートのバージョン。

chartValues
String

演算子 Helm チャートの値がオーバーライドされます。

適用対象