ScriptExecutionHistoryOperationsExtensions.ListByClusterAsync メソッド

定義

指定したクラスターに対するスクリプトの実行履歴をすべて一覧表示します。

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))

パラメーター

operations
IScriptExecutionHistoryOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象