Custom Activity Args
data class CustomActivityArgs(val autoUserSpecification: Output<Any>? = null, val command: Output<Any>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val extendedProperties: Output<Map<String, Any>>? = null, val folderPath: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val referenceObjects: Output<CustomActivityReferenceObjectArgs>? = null, val resourceLinkedService: Output<LinkedServiceReferenceArgs>? = null, val retentionTimeInDays: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<CustomActivityArgs>
Custom activity type.
Constructors
Link copied to clipboard
constructor(autoUserSpecification: Output<Any>? = null, command: Output<Any>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, extendedProperties: Output<Map<String, Any>>? = null, folderPath: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, policy: Output<ActivityPolicyArgs>? = null, referenceObjects: Output<CustomActivityReferenceObjectArgs>? = null, resourceLinkedService: Output<LinkedServiceReferenceArgs>? = null, retentionTimeInDays: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)
Properties
Link copied to clipboard
Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
Link copied to clipboard
Activity depends on condition.
Link copied to clipboard
Activity description.
Link copied to clipboard
User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
Link copied to clipboard
Folder path for resource files Type: string (or Expression with resultType string).
Link copied to clipboard
Linked service reference.
Link copied to clipboard
Activity policy.
Link copied to clipboard
Reference objects
Link copied to clipboard
Resource linked service reference.
Link copied to clipboard
The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
Link copied to clipboard
Activity user properties.