Freigeben über


HDInsightClusterResource.UpdateAutoScaleConfigurationAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> UpdateAutoScaleConfigurationAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.HDInsight.Models.HDInsightRoleName roleName, Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAutoScaleConfigurationAsync : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.UpdateAutoScaleConfigurationAsync : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function UpdateAutoScaleConfigurationAsync (waitUntil As WaitUntil, roleName As HDInsightRoleName, content As HDInsightAutoScaleConfigurationUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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: