Freigeben über


ClustersOperationsExtensions.BeginExecuteScriptActionsAsync Methode

Definition

Überlädt

BeginExecuteScriptActionsAsync(IClustersOperations, String, String, ExecuteScriptActionParameters, CancellationToken)

Führt Skriptaktionen für den angegebenen HDInsight-Cluster aus.

BeginExecuteScriptActionsAsync(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken)

Beginnt mit der Ausführung von Skriptaktionen für den angegebenen HDInsight-Ausführungscluster.

BeginExecuteScriptActionsAsync(IClustersOperations, String, String, ExecuteScriptActionParameters, CancellationToken)

Führt Skriptaktionen für den angegebenen HDInsight-Cluster aus.

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

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

parameters
ExecuteScriptActionParameters

Die Parameter zum Ausführen von Skriptaktionen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für:

BeginExecuteScriptActionsAsync(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken)

Beginnt mit der Ausführung von Skriptaktionen für den angegebenen HDInsight-Ausführungscluster.

public static System.Threading.Tasks.Task BeginExecuteScriptActionsAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> scriptActions, bool persistOnSuccess, System.Threading.CancellationToken cancellationToken = default);
static member BeginExecuteScriptActionsAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginExecuteScriptActionsAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, scriptActions As IList(Of RuntimeScriptAction), persistOnSuccess As Boolean, 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.

scriptActions
IList<RuntimeScriptAction>

Erforderlich. Die Liste der Skriptaktionen, die ausgeführt werden müssen.

persistOnSuccess
Boolean

Erforderlich. Flag, das angibt, ob das Skript beibehalten werden muss.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Die Antwort auf den Clustervorgang mit langer Ausführungsdauer.

Gilt für: