ClustersOperationsExtensions.BeginResizingAsync Methode

Definition

Beginnt mit der Größenänderung des angegebenen HDInsight-Clusters.

public static System.Threading.Tasks.Task BeginResizingAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, int targetInstanceCount, System.Threading.CancellationToken cancellationToken = default);
static member BeginResizingAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginResizingAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, targetInstanceCount As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IClustersOperations

Verweis auf Microsoft.Azure.Management.HDInsight.IClusterOperations.

resourceGroupName
String

Erforderlich. Der Name der Ressourcengruppe.

clusterName
String

Erforderlich. Der Name des Clusters.

targetInstanceCount
Int32

Erforderlich. Die Zielanzahl instance.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Die Antwort auf den Clustervorgang mit langer Ausführungsdauer.

Gilt für: