Uses of Class
com.azure.resourcemanager.datafactory.models.ScriptAction
-
Packages that use ScriptAction Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ScriptAction in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type ScriptAction Modifier and Type Method Description List<ScriptAction>
HDInsightOnDemandLinkedServiceTypeProperties. scriptActions()
Get the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type ScriptAction Modifier and Type Method Description HDInsightOnDemandLinkedServiceTypeProperties
HDInsightOnDemandLinkedServiceTypeProperties. 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
Methods in com.azure.resourcemanager.datafactory.models that return ScriptAction Modifier and Type Method Description ScriptAction
ScriptAction. withName(String name)
Set the name property: The user provided name of the script action.ScriptAction
ScriptAction. withParameters(String parameters)
Set the parameters property: The parameters for the script action.ScriptAction
ScriptAction. withRoles(Object roles)
Set the roles property: The node types on which the script action should be executed.ScriptAction
ScriptAction. withUri(String uri)
Set the uri property: The URI for the script action.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type ScriptAction Modifier and Type Method Description List<ScriptAction>
HDInsightOnDemandLinkedService. scriptActions()
Get the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type ScriptAction Modifier and Type Method Description HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedService. withScriptActions(List<ScriptAction> scriptActions)
Set the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.
-