Partager via


ClustersOperationsExtensions.Update Méthode

Définition

Corrigez le cluster HDInsight avec les paramètres spécifiés.

public static Microsoft.Azure.Management.HDInsight.Models.Cluster Update (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterPatchParameters parameters);
static member Update : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterPatchParameters -> Microsoft.Azure.Management.HDInsight.Models.Cluster
<Extension()>
Public Function Update (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterPatchParameters) As Cluster

Paramètres

operations
IClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

parameters
ClusterPatchParameters

Demande de correctif du cluster.

Retours

S’applique à