Sdílet prostřednictvím


HDInsightClusterResource.GetScriptExecutionHistories Method

Definition

Lists all scripts' execution history for the specified cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory
  • Operation Id: ScriptExecutionHistory_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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of RuntimeScriptActionDetail that may take multiple service requests to iterate over.

Applies to