ScriptAction Class
Custom script action to run on HDI ondemand cluster once it's up.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelScriptAction
Constructor
ScriptAction(*, name: str, uri: str, roles: MutableMapping[str, Any], parameters: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The user provided name of the script action. Required. |
uri
|
The URI for the script action. Required. |
roles
|
<xref:JSON>
The node types on which the script action should be executed. Required. |
parameters
|
The parameters for the script action. |
Variables
Name | Description |
---|---|
name
|
The user provided name of the script action. Required. |
uri
|
The URI for the script action. Required. |
roles
|
<xref:JSON>
The node types on which the script action should be executed. Required. |
parameters
|
The parameters for the script action. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python