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