Sdílet prostřednictvím


RuntimeScriptAction Constructors

Definition

Overloads

RuntimeScriptAction()

Initializes a new instance of the RuntimeScriptAction class.

RuntimeScriptAction(String, String, IList<String>, String, String)

Initializes a new instance of the RuntimeScriptAction class.

RuntimeScriptAction()

Initializes a new instance of the RuntimeScriptAction class.

public RuntimeScriptAction ();
Public Sub New ()

Applies to

RuntimeScriptAction(String, String, IList<String>, String, String)

Initializes a new instance of the RuntimeScriptAction class.

public RuntimeScriptAction (string name, string uri, System.Collections.Generic.IList<string> roles, string parameters = default, string applicationName = default);
new Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction : string * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction
Public Sub New (name As String, uri As String, roles As IList(Of String), Optional parameters As String = Nothing, Optional applicationName As String = Nothing)

Parameters

name
String

The name of the script action.

uri
String

The URI to the script.

roles
IList<String>

The list of roles where script will be executed.

parameters
String

The parameters for the script

applicationName
String

The application name of the script action, if any.

Applies to