Uses of Class
com.azure.resourcemanager.datafactory.models.Activity
-
Packages that use Activity 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 Activity in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type Activity Modifier and Type Method Description List<Activity>
ForEachActivityTypeProperties. activities()
Get the activities property: List of activities to execute .List<Activity>
Pipeline. activities()
Get the activities property: List of activities in pipeline.List<Activity>
PipelineResourceInner. activities()
Get the activities property: List of activities in pipeline.List<Activity>
UntilActivityTypeProperties. activities()
Get the activities property: List of activities to execute.List<Activity>
SwitchActivityTypeProperties. defaultActivities()
Get the defaultActivities property: List of activities to execute if no case condition is satisfied.List<Activity>
IfConditionActivityTypeProperties. ifFalseActivities()
Get the ifFalseActivities property: List of activities to execute if expression is evaluated to false.List<Activity>
IfConditionActivityTypeProperties. ifTrueActivities()
Get the ifTrueActivities property: List of activities to execute if expression is evaluated to true.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type Activity Modifier and Type Method Description ForEachActivityTypeProperties
ForEachActivityTypeProperties. withActivities(List<Activity> activities)
Set the activities property: List of activities to execute .Pipeline
Pipeline. withActivities(List<Activity> activities)
Set the activities property: List of activities in pipeline.PipelineResourceInner
PipelineResourceInner. withActivities(List<Activity> activities)
Set the activities property: List of activities in pipeline.UntilActivityTypeProperties
UntilActivityTypeProperties. withActivities(List<Activity> activities)
Set the activities property: List of activities to execute.SwitchActivityTypeProperties
SwitchActivityTypeProperties. withDefaultActivities(List<Activity> defaultActivities)
Set the defaultActivities property: List of activities to execute if no case condition is satisfied.IfConditionActivityTypeProperties
IfConditionActivityTypeProperties. withIfFalseActivities(List<Activity> ifFalseActivities)
Set the ifFalseActivities property: List of activities to execute if expression is evaluated to false.IfConditionActivityTypeProperties
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
Subclasses of Activity in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
AppendVariableActivity
Append value for a Variable of type Array.class
AzureDataExplorerCommandActivity
Azure Data Explorer command activity.class
AzureFunctionActivity
Azure Function activity.class
AzureMLBatchExecutionActivity
Azure ML Batch Execution activity.class
AzureMLExecutePipelineActivity
Azure ML Execute Pipeline activity.class
AzureMLUpdateResourceActivity
Azure ML Update Resource management activity.class
ControlActivity
Base class for all control activities like IfCondition, ForEach , Until.class
CopyActivity
Copy activity.class
CustomActivity
Custom activity type.class
DatabricksNotebookActivity
DatabricksNotebook activity.class
DatabricksSparkJarActivity
DatabricksSparkJar activity.class
DatabricksSparkPythonActivity
DatabricksSparkPython activity.class
DataLakeAnalyticsUsqlActivity
Data Lake Analytics U-SQL activity.class
DeleteActivity
Delete activity.class
ExecuteDataFlowActivity
Execute data flow activity.class
ExecutePipelineActivity
Execute pipeline activity.class
ExecuteSsisPackageActivity
Execute SSIS package activity.class
ExecuteWranglingDataflowActivity
Execute power query activity.class
ExecutionActivity
Base class for all execution activities.class
FailActivity
This activity will fail within its own scope and output a custom error message and error code.class
FilterActivity
Filter and return results from input array based on the conditions.class
ForEachActivity
This activity is used for iterating over a collection and execute given activities.class
GetMetadataActivity
Activity to get metadata of dataset.class
HDInsightHiveActivity
HDInsight Hive activity type.class
HDInsightMapReduceActivity
HDInsight MapReduce activity type.class
HDInsightPigActivity
HDInsight Pig activity type.class
HDInsightSparkActivity
HDInsight Spark activity.class
HDInsightStreamingActivity
HDInsight streaming activity type.class
IfConditionActivity
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.class
LookupActivity
Lookup activity.class
ScriptActivity
Script activity type.class
SetVariableActivity
Set value for a Variable.class
SqlServerStoredProcedureActivity
SQL stored procedure activity type.class
SwitchActivity
This activity evaluates an expression and executes activities under the cases property that correspond to the expression evaluation expected in the equals property.class
UntilActivity
This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.class
ValidationActivity
This activity verifies that an external resource exists.class
WaitActivity
This activity suspends pipeline execution for the specified interval.class
WebActivity
Web activity.class
WebhookActivity
WebHook activity.Methods in com.azure.resourcemanager.datafactory.models that return Activity Modifier and Type Method Description Activity
Activity. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: A pipeline activity.Activity
Activity. withDependsOn(List<ActivityDependency> dependsOn)
Set the dependsOn property: Activity depends on condition.Activity
Activity. withDescription(String description)
Set the description property: Activity description.Activity
Activity. withName(String name)
Set the name property: Activity name.Activity
Activity. withUserProperties(List<UserProperty> userProperties)
Set the userProperties property: Activity user properties.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type Activity Modifier and Type Method Description List<Activity>
ForEachActivity. activities()
Get the activities property: List of activities to execute .List<Activity>
PipelineResource. activities()
Gets the activities property: List of activities in pipeline.List<Activity>
SwitchCase. activities()
Get the activities property: List of activities to execute for satisfied case condition.List<Activity>
UntilActivity. activities()
Get the activities property: List of activities to execute.List<Activity>
SwitchActivity. defaultActivities()
Get the defaultActivities property: List of activities to execute if no case condition is satisfied.List<Activity>
IfConditionActivity. ifFalseActivities()
Get the ifFalseActivities property: List of activities to execute if expression is evaluated to false.List<Activity>
IfConditionActivity. ifTrueActivities()
Get the ifTrueActivities property: List of activities to execute if expression is evaluated to true.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type Activity Modifier and Type Method Description ForEachActivity
ForEachActivity. withActivities(List<Activity> activities)
Set the activities property: List of activities to execute .PipelineResource.DefinitionStages.WithCreate
PipelineResource.DefinitionStages.WithActivities. withActivities(List<Activity> activities)
Specifies the activities property: List of activities in pipeline..PipelineResource.Update
PipelineResource.UpdateStages.WithActivities. withActivities(List<Activity> activities)
Specifies the activities property: List of activities in pipeline..SwitchCase
SwitchCase. withActivities(List<Activity> activities)
Set the activities property: List of activities to execute for satisfied case condition.UntilActivity
UntilActivity. withActivities(List<Activity> activities)
Set the activities property: List of activities to execute.SwitchActivity
SwitchActivity. withDefaultActivities(List<Activity> defaultActivities)
Set the defaultActivities property: List of activities to execute if no case condition is satisfied.IfConditionActivity
IfConditionActivity. withIfFalseActivities(List<Activity> ifFalseActivities)
Set the ifFalseActivities property: List of activities to execute if expression is evaluated to false.IfConditionActivity
IfConditionActivity. withIfTrueActivities(List<Activity> ifTrueActivities)
Set the ifTrueActivities property: List of activities to execute if expression is evaluated to true.
-