Freigeben über


HDInsightClusterResource.GetScriptActions(CancellationToken) Methode

Definition

Listet alle permanenten Skriptaktionen für den angegebenen Cluster auf.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von RuntimeScriptActionDetail , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: