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

HDInsightClusterResource.Update 方法

定义

使用指定的参数修补 HDInsight 群集。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • 操作IdClusters_Update
public virtual Azure.Response<Azure.ResourceManager.HDInsight.HDInsightClusterResource> Update (Azure.ResourceManager.HDInsight.Models.HDInsightClusterPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.HDInsight.Models.HDInsightClusterPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightClusterResource>
override this.Update : Azure.ResourceManager.HDInsight.Models.HDInsightClusterPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightClusterResource>
Public Overridable Function Update (patch As HDInsightClusterPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightClusterResource)

参数

patch
HDInsightClusterPatch

群集修补程序请求。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

patch 为 null。

适用于