Uses of Class
com.azure.resourcemanager.datafactory.models.Activity
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of Activity in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionForEachActivityTypeProperties.activities()
Get the activities property: List of activities to execute .Pipeline.activities()
Get the activities property: List of activities in pipeline.PipelineResourceInner.activities()
Get the activities property: List of activities in pipeline.UntilActivityTypeProperties.activities()
Get the activities property: List of activities to execute.SwitchActivityTypeProperties.defaultActivities()
Get the defaultActivities property: List of activities to execute if no case condition is satisfied.IfConditionActivityTypeProperties.ifFalseActivities()
Get the ifFalseActivities property: List of activities to execute if expression is evaluated to false.IfConditionActivityTypeProperties.ifTrueActivities()
Get the ifTrueActivities property: List of activities to execute if expression is evaluated to true.Modifier and TypeMethodDescriptionForEachActivityTypeProperties.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute .Pipeline.withActivities
(List<Activity> activities) Set the activities property: List of activities in pipeline.PipelineResourceInner.withActivities
(List<Activity> activities) Set the activities property: List of activities in pipeline.UntilActivityTypeProperties.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute.SwitchActivityTypeProperties.withDefaultActivities
(List<Activity> defaultActivities) Set the defaultActivities property: List of activities to execute if no case condition is satisfied.IfConditionActivityTypeProperties.withIfFalseActivities
(List<Activity> ifFalseActivities) Set the ifFalseActivities property: List of activities to execute if expression is evaluated to false.IfConditionActivityTypeProperties.withIfTrueActivities
(List<Activity> ifTrueActivities) Set the ifTrueActivities property: List of activities to execute if expression is evaluated to true. -
Uses of Activity in com.azure.resourcemanager.datafactory.models
Modifier and TypeClassDescriptionfinal class
Append value for a Variable of type Array.final class
Azure Data Explorer command activity.final class
Azure Function activity.final class
Azure ML Batch Execution activity.final class
Azure ML Execute Pipeline activity.final class
Azure ML Update Resource management activity.class
Base class for all control activities like IfCondition, ForEach , Until.final class
Copy activity.final class
Custom activity type.final class
DatabricksNotebook activity.final class
DatabricksSparkJar activity.final class
DatabricksSparkPython activity.final class
Data Lake Analytics U-SQL activity.final class
Delete activity.final class
Execute data flow activity.final class
Execute pipeline activity.final class
Execute SSIS package activity.final class
Execute power query activity.class
Base class for all execution activities.final class
This activity will fail within its own scope and output a custom error message and error code.final class
Filter and return results from input array based on the conditions.final class
This activity is used for iterating over a collection and execute given activities.final class
Activity to get metadata of dataset.final class
HDInsight Hive activity type.final class
HDInsight MapReduce activity type.final class
HDInsight Pig activity type.final class
HDInsight Spark activity.final class
HDInsight streaming activity type.final class
This activity evaluates a boolean expression and executes either the activities under the ifTrueActivities property or the ifFalseActivities property depending on the result of the expression.final class
Lookup activity.final class
Script activity type.final class
Set value for a Variable.final class
SQL stored procedure activity type.final class
This activity evaluates an expression and executes activities under the cases property that correspond to the expression evaluation expected in the equals property.final class
This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.final class
This activity verifies that an external resource exists.final class
This activity suspends pipeline execution for the specified interval.final class
Web activity.final class
WebHook activity.Modifier and TypeMethodDescriptionActivity.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: A pipeline activity.Activity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.Activity.withDescription
(String description) Set the description property: Activity description.Set the name property: Activity name.Activity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Modifier and TypeMethodDescriptionForEachActivity.activities()
Get the activities property: List of activities to execute .PipelineResource.activities()
Gets the activities property: List of activities in pipeline.SwitchCase.activities()
Get the activities property: List of activities to execute for satisfied case condition.UntilActivity.activities()
Get the activities property: List of activities to execute.SwitchActivity.defaultActivities()
Get the defaultActivities property: List of activities to execute if no case condition is satisfied.IfConditionActivity.ifFalseActivities()
Get the ifFalseActivities property: List of activities to execute if expression is evaluated to false.IfConditionActivity.ifTrueActivities()
Get the ifTrueActivities property: List of activities to execute if expression is evaluated to true.Modifier and TypeMethodDescriptionForEachActivity.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute .PipelineResource.DefinitionStages.WithActivities.withActivities
(List<Activity> activities) Specifies the activities property: List of activities in pipeline..PipelineResource.UpdateStages.WithActivities.withActivities
(List<Activity> activities) Specifies the activities property: List of activities in pipeline..SwitchCase.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute for satisfied case condition.UntilActivity.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute.SwitchActivity.withDefaultActivities
(List<Activity> defaultActivities) Set the defaultActivities property: List of activities to execute if no case condition is satisfied.IfConditionActivity.withIfFalseActivities
(List<Activity> ifFalseActivities) Set the ifFalseActivities property: List of activities to execute if expression is evaluated to false.IfConditionActivity.withIfTrueActivities
(List<Activity> ifTrueActivities) Set the ifTrueActivities property: List of activities to execute if expression is evaluated to true.