Freigeben über


HDInsightClusterResource.UpdateAutoScaleConfiguration Methode

Definition

Updates den Cluster "Autoscale Configuration for HDInsight".

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/autoscale
  • Vorgang IdClusters_UpdateAutoScaleConfiguration
public virtual Azure.ResourceManager.ArmOperation UpdateAutoScaleConfiguration (Azure.WaitUntil waitUntil, Azure.ResourceManager.HDInsight.Models.HDInsightRoleName roleName, Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAutoScaleConfiguration : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.UpdateAutoScaleConfiguration : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function UpdateAutoScaleConfiguration (waitUntil As WaitUntil, roleName As HDInsightRoleName, content As HDInsightAutoScaleConfigurationUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

roleName
HDInsightRoleName

Der Konstantenwert für roleName.

content
HDInsightAutoScaleConfigurationUpdateContent

Die Parameter für den Konfigurationsvorgang zum Aktualisieren der automatischen Skalierung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: