Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightPigActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightPigActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHDInsightPigActivity.withArguments
(Object arguments) Set the arguments property: User specified arguments to HDInsightActivity.HDInsightPigActivity.withDefines
(Map<String, Object> defines) Set the defines property: Allows user to specify defines for Pig job request.HDInsightPigActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.HDInsightPigActivity.withDescription
(String description) Set the description property: Activity description.HDInsightPigActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightPigActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.HDInsightPigActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.HDInsightPigActivity.withScriptLinkedService
(LinkedServiceReference scriptLinkedService) Set the scriptLinkedService property: Script linked service reference.HDInsightPigActivity.withScriptPath
(Object scriptPath) Set the scriptPath property: Script path.HDInsightPigActivity.withStorageLinkedServices
(List<LinkedServiceReference> storageLinkedServices) Set the storageLinkedServices property: Storage linked service references.HDInsightPigActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.