AzureHdInsightManagementClient.UpdateCluster Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- tags
- Dictionary<String,String>
- identity
- ClusterIdentity