ClustersOperationsExtensions.ExecuteScriptActionsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ExecuteScriptActionsAsync(IClustersOperations, String, String, ExecuteScriptActionParameters, CancellationToken) |
Führt Skriptaktionen für den angegebenen HDInsight-Cluster aus. |
ExecuteScriptActionsAsync(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken) |
Führt Skriptaktionen für den angegebenen HDInsight Running-Cluster aus. |
ExecuteScriptActionsAsync(IClustersOperations, String, String, ExecuteScriptActionParameters, CancellationToken)
Führt Skriptaktionen für den angegebenen HDInsight-Cluster aus.
public static System.Threading.Tasks.Task ExecuteScriptActionsAsync (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 ExecuteScriptActionsAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ExecuteScriptActionsAsync (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:
ExecuteScriptActionsAsync(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken)
Führt Skriptaktionen für den angegebenen HDInsight Running-Cluster aus.
public static System.Threading.Tasks.Task ExecuteScriptActionsAsync (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 ExecuteScriptActionsAsync : 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 ExecuteScriptActionsAsync (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:
Azure SDK for .NET