Share via


AzureHdInsightManagementClient.UpdateCluster Method

Definition

public virtual void UpdateCluster (string resourceGroupName, string clusterName, System.Collections.Generic.Dictionary<string,string> tags, Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity identity);
abstract member UpdateCluster : string * string * System.Collections.Generic.Dictionary<string, string> * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity -> unit
override this.UpdateCluster : string * string * System.Collections.Generic.Dictionary<string, string> * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity -> unit
Public Overridable Sub UpdateCluster (resourceGroupName As String, clusterName As String, tags As Dictionary(Of String, String), identity As ClusterIdentity)

Parameters

resourceGroupName
String
clusterName
String
identity
ClusterIdentity

Applies to