ScriptAction 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
ScriptAction() |
Initializes a new instance of the ScriptAction class. |
ScriptAction(String, String, Object, 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, Object, String)
Initializes a new instance of the ScriptAction class.
public ScriptAction (string name, string uri, object roles, string parameters = default);
new Microsoft.Azure.Management.DataFactory.Models.ScriptAction : string * string * obj * string -> Microsoft.Azure.Management.DataFactory.Models.ScriptAction
Public Sub New (name As String, uri As String, roles As Object, Optional parameters As String = Nothing)
Parameters
- name
- String
The user provided name of the script action.
- uri
- String
The URI for the script action.
- roles
- Object
The node types on which the script action should be executed.
- parameters
- String
The parameters for the script action.
Applies to
Azure SDK for .NET