Uses of Class
com.azure.resourcemanager.datafactory.models.ScriptAction
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of ScriptAction in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionHDInsightOnDemandLinkedServiceTypeProperties.scriptActions()
Get the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.Modifier and TypeMethodDescriptionHDInsightOnDemandLinkedServiceTypeProperties.withScriptActions
(List<ScriptAction> scriptActions) Set the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up. -
Uses of ScriptAction in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSet the name property: The user provided name of the script action.ScriptAction.withParameters
(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.scriptActions()
Get the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.Modifier and TypeMethodDescriptionHDInsightOnDemandLinkedService.withScriptActions
(List<ScriptAction> scriptActions) Set the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.