Freigeben über


ClustersOperationsExtensions.BeginExecuteScriptActions Methode

Definition

Überlädt

BeginExecuteScriptActions(IClustersOperations, String, String, ExecuteScriptActionParameters)

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

BeginExecuteScriptActions(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean)

Beginnt mit der Ausführung von Skriptaktionen für den angegebenen ausgeführten HDInsight-Cluster.

BeginExecuteScriptActions(IClustersOperations, String, String, ExecuteScriptActionParameters)

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

public static void BeginExecuteScriptActions (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters parameters);
static member BeginExecuteScriptActions : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters -> unit
<Extension()>
Public Sub BeginExecuteScriptActions (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ExecuteScriptActionParameters)

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.

Gilt für:

BeginExecuteScriptActions(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean)

Beginnt mit der Ausführung von Skriptaktionen für den angegebenen ausgeführten HDInsight-Cluster.

public static void BeginExecuteScriptActions (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> scriptActions, bool persistOnSuccess);
static member BeginExecuteScriptActions : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction> * bool -> unit
<Extension()>
Public Sub BeginExecuteScriptActions (operations As IClustersOperations, resourceGroupName As String, clusterName As String, scriptActions As IList(Of RuntimeScriptAction), persistOnSuccess As Boolean)

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.

Gilt für: