次の方法で共有


ClusterPatchParameters コンストラクター

定義

オーバーロード

ClusterPatchParameters()

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

ClusterPatchParameters(IDictionary<String,String>)

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

ClusterPatchParameters()

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

public ClusterPatchParameters ();
Public Sub New ()

適用対象

ClusterPatchParameters(IDictionary<String,String>)

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

public ClusterPatchParameters (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterPatchParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.HDInsight.Models.ClusterPatchParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ。

適用対象