Freigeben über


HDInsightClusterResource.GetScriptActionsAsync(CancellationToken) Methode

Definition

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions
  • Vorgang IdScriptActions_ListByCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail> GetScriptActionsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetScriptActionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>
override this.GetScriptActionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail>
Public Overridable Function GetScriptActionsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RuntimeScriptActionDetail)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der RuntimeScriptActionDetail mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: