Compartilhar via


ScriptActionsOperationsExtensions.ListByCluster Método

Definição

Lista todas as ações de script persistentes para o cluster especificado.

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)

Parâmetros

operations
IScriptActionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

Retornos

Aplica-se a