SqlServerStoredProcedureActivityArgs

constructor(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)