ConfigAction(String, IEnumerable<ClusterNodeType>) Constructor

Definition

Initializes a new instance of the ConfigAction class.

protected ConfigAction (string name, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> clusterRoleCollection);
new Microsoft.WindowsAzure.Management.HDInsight.ConfigAction : string * seq<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> -> Microsoft.WindowsAzure.Management.HDInsight.ConfigAction
Protected Sub New (name As String, clusterRoleCollection As IEnumerable(Of ClusterNodeType))

Parameters

name
String

Name for this script config action.

clusterRoleCollection
IEnumerable<ClusterNodeType>

Cluster Roles affected in this script config action.

Applies to