次の方法で共有


ScriptExecutionHistoryOperationsExtensions.ListByCluster メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail> ListByCluster (this Microsoft.Azure.Management.HDInsight.IScriptExecutionHistoryOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.HDInsight.IScriptExecutionHistoryOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail>
<Extension()>
Public Function ListByCluster (operations As IScriptExecutionHistoryOperations, resourceGroupName As String, clusterName As String) As IPage(Of RuntimeScriptActionDetail)

パラメーター

operations
IScriptExecutionHistoryOperations

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

resourceGroupName
String

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

clusterName
String

クラスターの名前です。

戻り値

適用対象