ScriptExecutionHistoryOperationsExtensions.ListByClusterAsync Methode

Definition

Listet den Ausführungsverlauf aller Skripts für den angegebenen Cluster auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail>> ListByClusterAsync (this Microsoft.Azure.Management.HDInsight.IScriptExecutionHistoryOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterAsync : Microsoft.Azure.Management.HDInsight.IScriptExecutionHistoryOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail>>
<Extension()>
Public Function ListByClusterAsync (operations As IScriptExecutionHistoryOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RuntimeScriptActionDetail))

Parameter

operations
IScriptExecutionHistoryOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: