Freigeben über


ScriptAction Class

Definition

Custom script action to run on HDI ondemand cluster once it's up.

public class ScriptAction
type ScriptAction = class
Public Class ScriptAction
Inheritance
ScriptAction

Constructors

Name Description
ScriptAction()

Initializes a new instance of the ScriptAction class.

ScriptAction(String, String, Object, String)

Initializes a new instance of the ScriptAction class.

Properties

Name Description
Name

Gets or sets the user provided name of the script action.

Parameters

Gets or sets the parameters for the script action.

Roles

Gets or sets the node types on which the script action should be executed.

Uri

Gets or sets the URI for the script action.

Methods

Name Description
Validate()

Validate the object.

Applies to