Freigeben über


ScriptActionsOperationsExtensions.ListByCluster Methode

Definition

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

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)

Parameter

operations
IScriptActionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

Gibt zurück

Gilt für: