Freigeben über


HDInsightClusterResource.GetScriptExecutionHistoriesAsync Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory
  • Vorgangs-IdScriptExecutionHistory_ListByCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail> GetScriptExecutionHistoriesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetScriptExecutionHistoriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>
override this.GetScriptExecutionHistoriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>
Public Overridable Function GetScriptExecutionHistoriesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RuntimeScriptActionDetail)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von RuntimeScriptActionDetail , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: