ScriptAction Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. ScriptAction
- com.
Implements
public final class ScriptAction
implements JsonSerializable<ScriptAction>
Custom script action to run on HDI ondemand cluster once it's up.
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptAction() |
Creates an instance of Script |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Script |
fromJson(JsonReader jsonReader)
Reads an instance of Script |
| String |
getName()
Get the name property: The user provided name of the script action. |
| String |
getParameters()
Get the parameters property: The parameters for the script action. |
| Object |
getRoles()
Get the roles property: The node types on which the script action should be executed. |
| String |
getUri()
Get the uri property: The URI for the script action. |
|
Script |
setName(String name)
Set the name property: The user provided name of the script action. |
|
Script |
setParameters(String parameters)
Set the parameters property: The parameters for the script action. |
|
Script |
setRoles(Object roles)
Set the roles property: The node types on which the script action should be executed. |
|
Script |
setUri(String uri)
Set the uri property: The URI for the script action. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ScriptAction
public ScriptAction()
Creates an instance of ScriptAction class.
Method Details
fromJson
public static ScriptAction fromJson(JsonReader jsonReader)
Reads an instance of ScriptAction from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The user provided name of the script action.
Returns:
getParameters
public String getParameters()
Get the parameters property: The parameters for the script action.
Returns:
getRoles
public Object getRoles()
Get the roles property: The node types on which the script action should be executed.
Returns:
getUri
public String getUri()
Get the uri property: The URI for the script action.
Returns:
setName
public ScriptAction setName(String name)
Set the name property: The user provided name of the script action.
Parameters:
Returns:
setParameters
public ScriptAction setParameters(String parameters)
Set the parameters property: The parameters for the script action.
Parameters:
Returns:
setRoles
public ScriptAction setRoles(Object roles)
Set the roles property: The node types on which the script action should be executed.
Parameters:
Returns:
setUri
public ScriptAction setUri(String uri)
Set the uri property: The URI for the script action.
Parameters:
Returns: