Uses of Class
com.azure.analytics.synapse.artifacts.models.CustomActivity
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of CustomActivity in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionCustomActivity.setAutoUserSpecification
(Object autoUserSpecification) Set the autoUserSpecification property: Elevation level and scope for the user, default is nonadmin task.CustomActivity.setCommand
(Object command) Set the command property: Command for custom activity Type: string (or Expression with resultType string).CustomActivity.setDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.CustomActivity.setDescription
(String description) Set the description property: Activity description.CustomActivity.setExtendedProperties
(Map<String, Object> extendedProperties) Set the extendedProperties property: User defined property bag.CustomActivity.setFolderPath
(Object folderPath) Set the folderPath property: Folder path for resource files Type: string (or Expression with resultType string).CustomActivity.setLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.CustomActivity.setPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.CustomActivity.setReferenceObjects
(CustomActivityReferenceObject referenceObjects) Set the referenceObjects property: Reference objects.CustomActivity.setResourceLinkedService
(LinkedServiceReference resourceLinkedService) Set the resourceLinkedService property: Resource linked service reference.CustomActivity.setRetentionTimeInDays
(Object retentionTimeInDays) Set the retentionTimeInDays property: The retention time for the files submitted for custom activity.CustomActivity.setUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.