Class ControlActivity

java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ControlActivity
Direct Known Subclasses:
AppendVariableActivity, ExecutePipelineActivity, FailActivity, FilterActivity, ForEachActivity, IfConditionActivity, SetVariableActivity, SwitchActivity, UntilActivity, ValidationActivity, WaitActivity, WebhookActivity

public class ControlActivity extends Activity
Base class for all control activities like IfCondition, ForEach , Until.
  • Constructor Details

    • ControlActivity

      public ControlActivity()
  • Method Details

    • withName

      public ControlActivity withName(String name)
      Set the name property: Activity name.
      Overrides:
      withName in class Activity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • withDescription

      public ControlActivity withDescription(String description)
      Set the description property: Activity description.
      Overrides:
      withDescription in class Activity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • withDependsOn

      public ControlActivity withDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      withDependsOn in class Activity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • withUserProperties

      public ControlActivity withUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      withUserProperties in class Activity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class Activity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.