Sdílet prostřednictvím


ScriptAction Constructors

Definition

Overloads

ScriptAction()

Initializes a new instance of the ScriptAction class.

ScriptAction(String, String, String)

Initializes a new instance of the ScriptAction class.

ScriptAction()

Initializes a new instance of the ScriptAction class.

public ScriptAction ();
Public Sub New ()

Applies to

ScriptAction(String, String, String)

Initializes a new instance of the ScriptAction class.

public ScriptAction (string name, string uri, string parameters);
new Microsoft.Azure.Management.HDInsight.Models.ScriptAction : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.ScriptAction
Public Sub New (name As String, uri As String, parameters As String)

Parameters

name
String

The name of the script action.

uri
String

The URI to the script.

parameters
String

The parameters for the script provided.

Applies to