Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightSparkActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightSparkActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHDInsightSparkActivity.withArguments
(List<Object> arguments) Set the arguments property: The user-specified arguments to HDInsightSparkActivity.HDInsightSparkActivity.withClassName
(String className) Set the className property: The application's Java/Spark main class.HDInsightSparkActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.HDInsightSparkActivity.withDescription
(String description) Set the description property: Activity description.HDInsightSparkActivity.withEntryFilePath
(Object entryFilePath) Set the entryFilePath property: The relative path to the root folder of the code/package to be executed.HDInsightSparkActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightSparkActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.HDInsightSparkActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.HDInsightSparkActivity.withProxyUser
(Object proxyUser) Set the proxyUser property: The user to impersonate that will execute the job.HDInsightSparkActivity.withRootPath
(Object rootPath) Set the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files.HDInsightSparkActivity.withSparkConfig
(Map<String, Object> sparkConfig) Set the sparkConfig property: Spark configuration property.HDInsightSparkActivity.withSparkJobLinkedService
(LinkedServiceReference sparkJobLinkedService) Set the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies, and for receiving logs.HDInsightSparkActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.