次の方法で共有


HDInsightClusterResource.GetScriptExecutionHistories メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory
  • 操作IdScriptExecutionHistory_ListByCluster
public virtual Azure.Pageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail> GetScriptExecutionHistories (System.Threading.CancellationToken cancellationToken = default);
abstract member GetScriptExecutionHistories : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>
override this.GetScriptExecutionHistories : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>
Public Overridable Function GetScriptExecutionHistories (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RuntimeScriptActionDetail)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RuntimeScriptActionDetail サービス要求を受け取る可能性がある のコレクション。

適用対象