次の方法で共有


ScriptActionsOperationsExtensions.ListByCluster メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail> ListByCluster (this Microsoft.Azure.Management.HDInsight.IScriptActionsOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.HDInsight.IScriptActionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail>
<Extension()>
Public Function ListByCluster (operations As IScriptActionsOperations, resourceGroupName As String, clusterName As String) As IPage(Of RuntimeScriptActionDetail)

パラメーター

operations
IScriptActionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

戻り値

適用対象