Uses of Class
com.azure.resourcemanager.datafactory.models.CustomActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of CustomActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCustomActivity.withAutoUserSpecification
(Object autoUserSpecification) Set the autoUserSpecification property: Elevation level and scope for the user, default is nonadmin task.CustomActivity.withCommand
(Object command) Set the command property: Command for custom activity Type: string (or Expression with resultType string).CustomActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.CustomActivity.withDescription
(String description) Set the description property: Activity description.CustomActivity.withExtendedProperties
(Map<String, Object> extendedProperties) Set the extendedProperties property: User defined property bag.CustomActivity.withFolderPath
(Object folderPath) Set the folderPath property: Folder path for resource files Type: string (or Expression with resultType string).CustomActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.CustomActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.CustomActivity.withReferenceObjects
(CustomActivityReferenceObject referenceObjects) Set the referenceObjects property: Reference objects.CustomActivity.withResourceLinkedService
(LinkedServiceReference resourceLinkedService) Set the resourceLinkedService property: Resource linked service reference.CustomActivity.withRetentionTimeInDays
(Object retentionTimeInDays) Set the retentionTimeInDays property: The retention time for the files submitted for custom activity.CustomActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.