你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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