RuntimeScriptAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- parameters
- String
The parameters for the script
- applicationName
- String
The application name of the script action, if any.