ScriptAction Class

Definition

Script action for an HDInsight cluster.

public class ScriptAction : Microsoft.WindowsAzure.Management.HDInsight.ConfigAction
type ScriptAction = class
    inherit ConfigAction
Public Class ScriptAction
Inherits ConfigAction
Inheritance
ScriptAction

Constructors

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

Initializes a new instance of the ScriptAction class.

Properties

ClusterRoleCollection

Gets the affected nodes of the config action.

(Inherited from ConfigAction)
Name

Gets the name.

(Inherited from ConfigAction)
Parameters

Gets the parameters.

Uri

Gets the Uri.

Methods

Equals(Object)

Compares two ScriptActions for equality.

GetHashCode()

Overrides this method for class comparison purpose.

Applies to