次の方法で共有


HDInsightClusterResource.GetScriptActions(CancellationToken) メソッド

定義

指定したクラスターに対する永続化されたスクリプト アクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions
  • 操作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)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象