Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightMapReduceActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightMapReduceActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHDInsightMapReduceActivity.withArguments
(List<Object> arguments) Set the arguments property: User specified arguments to HDInsightActivity.HDInsightMapReduceActivity.withClassName
(Object className) Set the className property: Class name.HDInsightMapReduceActivity.withDefines
(Map<String, Object> defines) Set the defines property: Allows user to specify defines for the MapReduce job request.HDInsightMapReduceActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.HDInsightMapReduceActivity.withDescription
(String description) Set the description property: Activity description.HDInsightMapReduceActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightMapReduceActivity.withJarFilePath
(Object jarFilePath) Set the jarFilePath property: Jar path.HDInsightMapReduceActivity.withJarLibs
(List<Object> jarLibs) Set the jarLibs property: Jar libs.HDInsightMapReduceActivity.withJarLinkedService
(LinkedServiceReference jarLinkedService) Set the jarLinkedService property: Jar linked service reference.HDInsightMapReduceActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.HDInsightMapReduceActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.HDInsightMapReduceActivity.withStorageLinkedServices
(List<LinkedServiceReference> storageLinkedServices) Set the storageLinkedServices property: Storage linked service references.HDInsightMapReduceActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.