Uses of Class
com.azure.resourcemanager.datafactory.models.LookupActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of LookupActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionLookupActivity.withDataset
(DatasetReference dataset) Set the dataset property: Lookup activity dataset reference.LookupActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.LookupActivity.withDescription
(String description) Set the description property: Activity description.LookupActivity.withFirstRowOnly
(Object firstRowOnly) Set the firstRowOnly property: Whether to return first row or all rows.LookupActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.LookupActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.LookupActivity.withSource
(CopySource source) Set the source property: Dataset-specific source properties, same as copy activity source.LookupActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.