HDInsightClusterResource.Update Método

Definição

Corrija o cluster HDInsight com os parâmetros especificados.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}
  • IdClusters_Update de operação
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)

Parâmetros

patch
HDInsightClusterPatch

A solicitação de patch do cluster.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

patch é nulo.

Aplica-se a