Sql Server Stored Procedure Activity Args
data class SqlServerStoredProcedureActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val name: Output<String>, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val state: Output<Either<String, ActivityState>>? = null, val storedProcedureName: Output<Any>, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<SqlServerStoredProcedureActivityArgs>
SQL stored procedure activity type.
Constructors
Link copied to clipboard
fun SqlServerStoredProcedureActivityArgs(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, state: Output<Either<String, ActivityState>>? = null, storedProcedureName: Output<Any>, storedProcedureParameters: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)