Delete Activity Args
data class DeleteActivityArgs(val dataset: Output<DatasetReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val enableLogging: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val logStorageSettings: Output<LogStorageSettingsArgs>? = null, val maxConcurrentConnections: Output<Int>? = null, val name: Output<String>, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val recursive: Output<Any>? = null, val state: Output<Either<String, ActivityState>>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<DeleteActivityArgs>
Delete activity.
Constructors
Link copied to clipboard
fun DeleteActivityArgs(dataset: Output<DatasetReferenceArgs>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, enableLogging: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, logStorageSettings: Output<LogStorageSettingsArgs>? = null, maxConcurrentConnections: Output<Int>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, recursive: Output<Any>? = null, state: Output<Either<String, ActivityState>>? = null, storeSettings: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)