Uses of Class
com.azure.analytics.synapse.artifacts.models.ScriptAction
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of ScriptAction in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSet the name property: The user provided name of the script action.ScriptAction.setParameters
(String parameters) Set the parameters property: The parameters for the script action.Set the roles property: The node types on which the script action should be executed.Set the uri property: The URI for the script action.Modifier and TypeMethodDescriptionHDInsightOnDemandLinkedService.getScriptActions()
Get the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.Modifier and TypeMethodDescriptionHDInsightOnDemandLinkedService.setScriptActions
(List<ScriptAction> scriptActions) Set the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.