ClusterPatchParameters Constructors

Definition

Overloads

ClusterPatchParameters()

Initializes a new instance of the ClusterPatchParameters class.

ClusterPatchParameters(IDictionary<String,String>)

Initializes a new instance of the ClusterPatchParameters class.

ClusterPatchParameters()

Initializes a new instance of the ClusterPatchParameters class.

public ClusterPatchParameters ();
Public Sub New ()

Applies to

ClusterPatchParameters(IDictionary<String,String>)

Initializes a new instance of the ClusterPatchParameters class.

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)

Parameters

tags
IDictionary<String,String>

The resource tags.

Applies to