ScriptAction(String, IEnumerable<ClusterNodeType>, Uri, String) Constructor

Definition

Initializes a new instance of the ScriptAction class.

public ScriptAction (string name, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> clusterRoleCollection, Uri uri, string parameters);
new Microsoft.WindowsAzure.Management.HDInsight.ScriptAction : string * seq<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> * Uri * string -> Microsoft.WindowsAzure.Management.HDInsight.ScriptAction
Public Sub New (name As String, clusterRoleCollection As IEnumerable(Of ClusterNodeType), uri As Uri, parameters As String)

Parameters

name
String

Name for this script action.

clusterRoleCollection
IEnumerable<ClusterNodeType>

Cluster Roles affected in this script action.

uri
Uri

Uri for this script action.

parameters
String

Parameters for this script action.

Applies to