ScriptAction Class

Script action for an HDInsight cluster.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data.ConfigAction
    Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data.ScriptAction

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data
Assembly:  Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)

Syntax

'Declaration
Public Class ScriptAction _
    Inherits ConfigAction
'Usage
Dim instance As ScriptAction
public class ScriptAction : ConfigAction
public ref class ScriptAction : public ConfigAction
type ScriptAction =  
    class 
        inherit ConfigAction 
    end
public class ScriptAction extends ConfigAction

The ScriptAction type exposes the following members.

Constructors

  Name Description
Public method ScriptAction Initializes a new instance of the ScriptAction class.

Top

Properties

  Name Description
Public property ClusterRoleCollection Gets the affected nodes of the config action. (Inherited from ConfigAction.)
Public property Name Gets the name. (Inherited from ConfigAction.)
Public property Parameters Gets the parameters.
Public property Uri Gets the Uri.

Top

Methods

  Name Description
Public method Equals Compares two ScriptActions for equality. (Overrides ConfigAction.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Overrides this method for class comparison purpose. (Overrides ConfigAction.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data Namespace